Revision
144359
Author
devans@macports.org
Date
2016-01-06 19:35:12 -0800 (Wed, 06 Jan 2016)

Log Message

p5-db_file: db51, db52 are now declared obsolete, configure to build with db53, increment revision.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-db_file/Portfile (144358 => 144359)


--- trunk/dports/perl/p5-db_file/Portfile	2016-01-07 03:11:00 UTC (rev 144358)
+++ trunk/dports/perl/p5-db_file/Portfile	2016-01-07 03:35:12 UTC (rev 144359)
@@ -6,6 +6,7 @@
 
 perl5.branches      5.16 5.18 5.20 5.22
 perl5.setup         DB_File 1.835 ../../authors/id/P/PM/PMQS/
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         DB_File - Perl5 access to Berkeley DB version 1.x
@@ -18,7 +19,7 @@
 
 if {${perl5.major} != ""} {
     depends_lib-append \
-                    port:db51
+                    port:db53
 
     patchfiles      patch-config.in.diff
 

Modified: trunk/dports/perl/p5-db_file/files/patch-config.in.diff (144358 => 144359)


--- trunk/dports/perl/p5-db_file/files/patch-config.in.diff	2016-01-07 03:11:00 UTC (rev 144358)
+++ trunk/dports/perl/p5-db_file/files/patch-config.in.diff	2016-01-07 03:35:12 UTC (rev 144359)
@@ -5,7 +5,7 @@
  #    installed on your system.
  
 -INCLUDE	= /usr/local/BerkeleyDB/include
-+INCLUDE	= @PREFIX@/include/db51
++INCLUDE	= @PREFIX@/include/db53
  #INCLUDE	= /usr/local/include
  #INCLUDE	= /usr/include
  
@@ -14,7 +14,7 @@
  #    installed on your system.
  
 -LIB	= /usr/local/BerkeleyDB/lib
-+LIB	= @PREFIX@/lib/db51
++LIB	= @PREFIX@/lib/db53
  #LIB	= /usr/local/lib
  #LIB	= /usr/lib