[Midnightbsd-cvs] mports [15648] U trunk/lang/p5-ePerl/files/patch-configure: fix version check

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 2 16:44:09 EST 2013


Revision: 15648
          http://svnweb.midnightbsd.org/mports/?rev=15648
Author:   laffer1
Date:     2013-12-02 16:44:08 -0500 (Mon, 02 Dec 2013)
Log Message:
-----------
fix version check

Modified Paths:
--------------
    trunk/lang/p5-ePerl/Makefile
    trunk/lang/p5-ePerl/distinfo
    trunk/lang/p5-ePerl/files/patch-configure

Property Changed:
----------------
    trunk/lang/p5-ePerl/distinfo
    trunk/lang/p5-ePerl/files/patch-configure

Modified: trunk/lang/p5-ePerl/Makefile
===================================================================
--- trunk/lang/p5-ePerl/Makefile	2013-12-02 21:41:25 UTC (rev 15647)
+++ trunk/lang/p5-ePerl/Makefile	2013-12-02 21:44:08 UTC (rev 15648)
@@ -2,7 +2,7 @@
 
 PORTNAME=	eperl
 PORTVERSION=	2.2.14
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang www perl5
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	tool/${PORTNAME}
@@ -10,6 +10,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
+
 LICENSE=	gpl2
 
 MAKE_JOBS_UNSAFE=	yes

Modified: trunk/lang/p5-ePerl/distinfo
===================================================================
--- trunk/lang/p5-ePerl/distinfo	2013-12-02 21:41:25 UTC (rev 15647)
+++ trunk/lang/p5-ePerl/distinfo	2013-12-02 21:44:08 UTC (rev 15648)
@@ -1,3 +1,2 @@
 SHA256 (eperl-2.2.14.tar.gz) = a9add61ed59e3030027e0ff5c00195627d7309be48162c9b315f57d27730a295
-RMD160 (eperl-2.2.14.tar.gz) = 708c72d4a2bc494e9b3e953aa13efd0fe7933b98
 SIZE (eperl-2.2.14.tar.gz) = 199664


Property changes on: trunk/lang/p5-ePerl/distinfo
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/lang/p5-ePerl/files/patch-configure
===================================================================
--- trunk/lang/p5-ePerl/files/patch-configure	2013-12-02 21:41:25 UTC (rev 15647)
+++ trunk/lang/p5-ePerl/files/patch-configure	2013-12-02 21:44:08 UTC (rev 15648)
@@ -14,7 +14,7 @@
  echo "$ac_t""$perlprog v$perlvers" 1>&6
  case $perlvers in
 -    5.003* | 5.004* | 5.005* | 5.006* )
-+    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.010* )
++    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* )
          ;;
      * ) echo ""
          echo "Latest Perl found on your system is $perlvers,"


Property changes on: trunk/lang/p5-ePerl/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list