[Midnightbsd-cvs] mports [16772] trunk/devel/p5-OLE-Storage_Lite: fix plist and man install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 4 23:45:11 EDT 2014


Revision: 16772
          http://svnweb.midnightbsd.org/mports/?rev=16772
Author:   laffer1
Date:     2014-09-04 23:45:11 -0400 (Thu, 04 Sep 2014)
Log Message:
-----------
fix plist and man install

Modified Paths:
--------------
    trunk/devel/p5-OLE-Storage_Lite/Makefile
    trunk/devel/p5-OLE-Storage_Lite/distinfo
    trunk/devel/p5-OLE-Storage_Lite/pkg-plist

Modified: trunk/devel/p5-OLE-Storage_Lite/Makefile
===================================================================
--- trunk/devel/p5-OLE-Storage_Lite/Makefile	2014-09-05 03:43:49 UTC (rev 16771)
+++ trunk/devel/p5-OLE-Storage_Lite/Makefile	2014-09-05 03:45:11 UTC (rev 16772)
@@ -10,11 +10,9 @@
 COMMENT=	Perl module for OLE document interface
 LICENSE=	perl
 
-BUILD_DEPENDS=	${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_CONFIGURE= yes
 
-MAN3=		OLE::Storage_Lite.3
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-OLE-Storage_Lite/distinfo
===================================================================
--- trunk/devel/p5-OLE-Storage_Lite/distinfo	2014-09-05 03:43:49 UTC (rev 16771)
+++ trunk/devel/p5-OLE-Storage_Lite/distinfo	2014-09-05 03:45:11 UTC (rev 16772)
@@ -1,4 +1,2 @@
-MD5 (OLE-Storage_Lite-0.19.tar.gz) = 1a713f5342c7d90e54ab0d9659650296
 SHA256 (OLE-Storage_Lite-0.19.tar.gz) = e72e055c35bd85ad7c20cf2adb6c89bdbf5725df969484fa6dc981d531ef2c9d
-RMD160 (OLE-Storage_Lite-0.19.tar.gz) = 4a4d463847ae1ffaedd0927950ee3880721eae2c
 SIZE (OLE-Storage_Lite-0.19.tar.gz) = 21952

Modified: trunk/devel/p5-OLE-Storage_Lite/pkg-plist
===================================================================
--- trunk/devel/p5-OLE-Storage_Lite/pkg-plist	2014-09-05 03:43:49 UTC (rev 16771)
+++ trunk/devel/p5-OLE-Storage_Lite/pkg-plist	2014-09-05 03:45:11 UTC (rev 16772)
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/OLE::Storage_Lite.3.gz
 %%SITE_PERL%%/OLE/Storage_Lite.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/OLE/Storage_Lite/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OLE/Storage_Lite
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OLE
 @dirrmtry %%SITE_PERL%%/OLE
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OLE



More information about the Midnightbsd-cvs mailing list