On 2009/10/27 17:46, Toni Mueller wrote:
> 
> Hi,
> 
> I've created a port for Set::Crontab, which is a Perl module that
> should parse crontab-style number lists and provide set operations on
> them.

committed with these changes.

diff -uNp -r p5-Set-Crontab.orig/Makefile p5-Set-Crontab/Makefile
--- p5-Set-Crontab.orig/Makefile        Wed Oct 28 11:09:35 2009
+++ p5-Set-Crontab/Makefile     Wed Oct 28 11:09:41 2009
@@ -1,9 +1,9 @@
+# $OpenBSD$
 
-COMMENT=       Set::Crontab - Expand crontab(5)-style integer lists
+COMMENT=       expand crontab(5)-style integer lists
 
 MODULES=       cpan
 DISTNAME=      Set-Crontab-1.02
-PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    sysutils
 
 # perl
@@ -11,6 +11,5 @@ PERMIT_PACKAGE_CDROM= Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-
 
 .include <bsd.port.mk>
diff -uNp -r p5-Set-Crontab.orig/pkg/DESCR p5-Set-Crontab/pkg/DESCR
--- p5-Set-Crontab.orig/pkg/DESCR       Tue Oct 27 13:36:50 2009
+++ p5-Set-Crontab/pkg/DESCR    Wed Oct 28 11:10:25 2009
@@ -1,7 +1,3 @@
-Set::Crontab - Expand crontab(5)-style integer lists
-
 Set::Crontab parses crontab-style lists of integers
 and defines some utility functions to make it easier
 to deal with them.
-
-

Reply via email to