mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 3.1.
This commit is contained in:
parent
2aa187699b
commit
8298959337
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228605
3 changed files with 12 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Filesys-SmbClient
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 3.1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue