diff options
author | Anders Nordby <anders@FreeBSD.org> | 2009-02-18 17:16:41 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2009-02-18 17:16:41 +0000 |
commit | 829895933741b08b9cb78154b7febefadc111bcd (patch) | |
tree | d90a9e19d66f08fe64121d30c449a48abf01d5c5 | |
parent | 2aa187699bec7db75024022ec06d264fb3bf70cd (diff) |
Notes
-rw-r--r-- | net/p5-Filesys-SmbClient/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Filesys-SmbClient/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Filesys-SmbClient/files/patch-Makefile.PL | 12 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile index d752a4b3e26b..51fff356158b 100644 --- a/net/p5-Filesys-SmbClient/Makefile +++ b/net/p5-Filesys-SmbClient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Filesys-SmbClient -PORTVERSION= 1.5 +PORTVERSION= 3.1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/p5-Filesys-SmbClient/distinfo b/net/p5-Filesys-SmbClient/distinfo index f1ccc461f133..4303bffe3db3 100644 --- a/net/p5-Filesys-SmbClient/distinfo +++ b/net/p5-Filesys-SmbClient/distinfo @@ -1,3 +1,3 @@ -MD5 (Filesys-SmbClient-1.5.tar.gz) = d5fdb54c7a36053bbf0e4f77c17fc885 -SHA256 (Filesys-SmbClient-1.5.tar.gz) = 252d7b2907344d88a5c8b02a27365c6d730cea7c37d2dce4cb8cf898aa48b8cc -SIZE (Filesys-SmbClient-1.5.tar.gz) = 33223 +MD5 (Filesys-SmbClient-3.1.tar.gz) = 08ea74ddbe77c7adbc9344ce64250924 +SHA256 (Filesys-SmbClient-3.1.tar.gz) = a31c9e3f5fef7ac9a7fc2aad9a9cdb2817904a93a7b86132e31d7039a1eda502 +SIZE (Filesys-SmbClient-3.1.tar.gz) = 51838 diff --git a/net/p5-Filesys-SmbClient/files/patch-Makefile.PL b/net/p5-Filesys-SmbClient/files/patch-Makefile.PL index 6c878dc36391..e6124d9273ed 100644 --- a/net/p5-Filesys-SmbClient/files/patch-Makefile.PL +++ b/net/p5-Filesys-SmbClient/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig Sun Aug 10 11:25:48 2003 -+++ Makefile.PL Sun Aug 10 11:29:22 2003 -@@ -5,36 +5,8 @@ +--- Makefile.PL.orig 2005-03-03 16:36:04.000000000 +0100 ++++ Makefile.PL 2009-02-16 13:07:09.000000000 +0100 +@@ -5,39 +5,11 @@ # special flag for AIX ($^O =~ m/AIX/i) ? ($ccfl = '-qcpluscmt') : ($ccfl = ''); @@ -38,4 +38,8 @@ +my $lib = '%%LOCALBASE%%/lib/'; # Create config.h for alloca via configure - system("./configure") == 0 or die "Can't run configure:$!\n"; +-my $prefix = $include; ++my $prefix = '%%LOCALBASE%%'; + $prefix=$1 = $1 if $include=~m!(.*)include$!; + system("./configure --with-samba-prefix=$prefix") == 0 + or die "Can't run configure:$!\n"; |