Here is the revised one which include:
1) update to 1.07
2) Remove USE_GROFF
3)Add some missing REGRESS_DEPENDS

wen

2012/4/30 Okan Demirmen <[email protected]>

> On Mon 2012.04.30 at 20:25 +0800, wen heping wrote:
> > Hi,
> >
> >   Here is an update of devel/p5-System-Command to 1.07.
> >   The build and regress both OK on i386.
> >   OK? Comments?
>
> Removing USE_GROFF is probably a good idea while here...here's a diff
> that applies.
>
> Cheers.
>
> Index: Makefile
> ===================================================================
> RCS file: /home/open/cvs/ports/devel/p5-System-Command/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 Makefile
> --- Makefile    20 Jul 2011 18:04:48 -0000      1.1.1.1
> +++ Makefile    30 Apr 2012 12:48:17 -0000
> @@ -3,9 +3,8 @@
>  COMMENT =      object for running system commands
>
>  MODULES =      cpan
> -DISTNAME =     System-Command-1.05
> +DISTNAME =     System-Command-1.07
>  CATEGORIES =   devel
> -USE_GROFF =    Yes
>
>  MAINTAINER =   Wen Heping <[email protected]>
>
> Index: distinfo
> ===================================================================
> RCS file: /home/open/cvs/ports/devel/p5-System-Command/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo    20 Jul 2011 18:04:48 -0000      1.1.1.1
> +++ distinfo    30 Apr 2012 12:48:23 -0000
> @@ -1,5 +1,5 @@
> -MD5 (System-Command-1.05.tar.gz) = nNyq6WPqULK/2/Vwf4qDhg==
> -RMD160 (System-Command-1.05.tar.gz) = o4vZqaL09AJYdq6+qS/yLhhldgc=
> -SHA1 (System-Command-1.05.tar.gz) = jmsnzyGsTOZzSVwP8cg9YGi8/78=
> -SHA256 (System-Command-1.05.tar.gz) =
> IvoHNRrl148waIdvAKn2fVq0/p/DuqfWERQFCY3v7gM=
> -SIZE (System-Command-1.05.tar.gz) = 12153
> +MD5 (System-Command-1.07.tar.gz) = sOs0vqMtqIJLe5kIBobDJg==
> +RMD160 (System-Command-1.07.tar.gz) = 6cntVUMU5Ijlz7oCwUz4r80hMNo=
> +SHA1 (System-Command-1.07.tar.gz) = H0wBGM5/CrYM9lAX/keG8iNaK+E=
> +SHA256 (System-Command-1.07.tar.gz) =
> hDKsJCHQMOeU5c0IE3V54/VQ0sQw2Clu7s1v0E6uxWA=
> +SIZE (System-Command-1.07.tar.gz) = 13261
>
? p5-System-Command-1.07.diff.txt
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-System-Command/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    20 Jul 2011 18:04:48 -0000      1.1.1.1
+++ Makefile    30 Apr 2012 13:20:27 -0000
@@ -3,9 +3,8 @@
 COMMENT =      object for running system commands
 
 MODULES =      cpan
-DISTNAME =     System-Command-1.05
+DISTNAME =     System-Command-1.07
 CATEGORIES =   devel
-USE_GROFF =    Yes
 
 MAINTAINER =   Wen Heping <[email protected]>
 
@@ -16,5 +15,9 @@
 PERMIT_DISTFILES_FTP = Yes
 
 CONFIGURE_STYLE =      modbuild
+
+MAKE_ENV+=             TEST_POD=yes
+
+REGRESS_DEPENDS=       devel/p5-Test-Output
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-System-Command/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    20 Jul 2011 18:04:48 -0000      1.1.1.1
+++ distinfo    30 Apr 2012 13:20:27 -0000
@@ -1,5 +1,5 @@
-MD5 (System-Command-1.05.tar.gz) = nNyq6WPqULK/2/Vwf4qDhg==
-RMD160 (System-Command-1.05.tar.gz) = o4vZqaL09AJYdq6+qS/yLhhldgc=
-SHA1 (System-Command-1.05.tar.gz) = jmsnzyGsTOZzSVwP8cg9YGi8/78=
-SHA256 (System-Command-1.05.tar.gz) = 
IvoHNRrl148waIdvAKn2fVq0/p/DuqfWERQFCY3v7gM=
-SIZE (System-Command-1.05.tar.gz) = 12153
+MD5 (System-Command-1.07.tar.gz) = sOs0vqMtqIJLe5kIBobDJg==
+RMD160 (System-Command-1.07.tar.gz) = 6cntVUMU5Ijlz7oCwUz4r80hMNo=
+SHA1 (System-Command-1.07.tar.gz) = H0wBGM5/CrYM9lAX/keG8iNaK+E=
+SHA256 (System-Command-1.07.tar.gz) = 
hDKsJCHQMOeU5c0IE3V54/VQ0sQw2Clu7s1v0E6uxWA=
+SIZE (System-Command-1.07.tar.gz) = 13261

Reply via email to