svn commit: r319968 - head/textproc/p5-POSIX-Regex
Frederic Culot
culot at FreeBSD.org
Wed Jun 5 09:25:17 UTC 2013
Author: culot
Date: Wed Jun 5 09:25:16 2013
New Revision: 319968
URL: http://svnweb.freebsd.org/changeset/ports/319968
Log:
- Update to 1.0003
- Trim Makefile's header
- Pet portlint(1) by changing tab into space in WWW link
Changes: http://search.cpan.org/dist/POSIX-Regex/Changes
Modified:
head/textproc/p5-POSIX-Regex/Makefile
head/textproc/p5-POSIX-Regex/distinfo
head/textproc/p5-POSIX-Regex/pkg-descr
Modified: head/textproc/p5-POSIX-Regex/Makefile
==============================================================================
--- head/textproc/p5-POSIX-Regex/Makefile Wed Jun 5 09:13:25 2013 (r319967)
+++ head/textproc/p5-POSIX-Regex/Makefile Wed Jun 5 09:25:16 2013 (r319968)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-POSIX-Regex
-# Date created: 2006-08-19
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= POSIX-Regex
-PORTVERSION= 1.0001
+PORTVERSION= 1.0003
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +10,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= OO interface for the gnu regex engine
-RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
-
PERL_CONFIGURE= yes
MAN3= POSIX::Regex.3
Modified: head/textproc/p5-POSIX-Regex/distinfo
==============================================================================
--- head/textproc/p5-POSIX-Regex/distinfo Wed Jun 5 09:13:25 2013 (r319967)
+++ head/textproc/p5-POSIX-Regex/distinfo Wed Jun 5 09:25:16 2013 (r319968)
@@ -1,2 +1,2 @@
-SHA256 (POSIX-Regex-1.0001.tar.gz) = dc5327babb99aaf07cb89440b789bd70b688112500f477e9c745ca42a0a4334c
-SIZE (POSIX-Regex-1.0001.tar.gz) = 12128
+SHA256 (POSIX-Regex-1.0003.tar.gz) = 11e28d20e32c1a03a7ad5df26c34f82271b4c4c8433a7de5dd7a6ec834659f9d
+SIZE (POSIX-Regex-1.0003.tar.gz) = 12899
Modified: head/textproc/p5-POSIX-Regex/pkg-descr
==============================================================================
--- head/textproc/p5-POSIX-Regex/pkg-descr Wed Jun 5 09:13:25 2013 (r319967)
+++ head/textproc/p5-POSIX-Regex/pkg-descr Wed Jun 5 09:25:16 2013 (r319968)
@@ -9,4 +9,4 @@ fail, but in a timeout way rather than a
1) You wish to have POSIX compliance on ... something ... Perl's
regexps are slightly different -- arguably better, but different.
-WWW: http://search.cpan.org/dist/POSIX-Regex/
+WWW: http://search.cpan.org/dist/POSIX-Regex/
More information about the svn-ports-head
mailing list