[83275] trunk/dports/lang/perl5.12/Portfile

snc at macports.org snc at macports.org
Mon Aug 29 07:13:19 PDT 2011


Revision: 83275
          http://trac.macports.org/changeset/83275
Author:   snc at macports.org
Date:     2011-08-29 07:13:19 -0700 (Mon, 29 Aug 2011)
Log Message:
-----------
perl5.12: missing dependency on gdbm, #30950

Modified Paths:
--------------
    trunk/dports/lang/perl5.12/Portfile

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2011-08-29 14:12:21 UTC (rev 83274)
+++ trunk/dports/lang/perl5.12/Portfile	2011-08-29 14:13:19 UTC (rev 83275)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -4,7 +5,7 @@
 
 name            perl5.12
 version         5.12.3
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 license         {Artistic GPL}
@@ -23,6 +24,8 @@
 homepage        http://www.perl.org/
 master_sites    http://www.cpan.org/src/5.0/
 
+depends_lib-append  port:gdbm
+
 checksums           md5     72f3f7e1c700e79bbf9d9279ca5b42d9 \
                     sha1    86d77c6cbc7a60068dc14c88ffd0729324d1174f \
                     rmd160  e3c5825aa800e2304dd815858880372500a4f9a0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110829/5c145bf7/attachment.html>


More information about the macports-changes mailing list