diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/perldap/Makefile | 4 | ||||
-rw-r--r-- | net/perldap/distinfo | 2 | ||||
-rw-r--r-- | net/perldap/files/patch-01 | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/net/perldap/Makefile b/net/perldap/Makefile index d5beb01b17ed..cac64c7b6ee0 100644 --- a/net/perldap/Makefile +++ b/net/perldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perldap -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= directory/perldap @@ -16,7 +16,7 @@ MAINTAINER= paul@FreeBSD.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/ldapsdk -WRKSRC= ${WRKDIR}/perldap-1.4 +WRKSRC= ${WRKDIR}/$(PORTNAME)-$(PORTVERSION) MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mozilla::LDAP::Conn.3 \ Mozilla::LDAP::LDIF.3 \ diff --git a/net/perldap/distinfo b/net/perldap/distinfo index 99f52bfbf5cf..550043ffdc0b 100644 --- a/net/perldap/distinfo +++ b/net/perldap/distinfo @@ -1 +1 @@ -MD5 (perldap-1.4.tar.gz) = 6ef5ebdd75ee4178b7e37eb331fa055f +MD5 (perldap-1.4.1.tar.gz) = 39a784c94f6fbed4682f681cd2f183fa diff --git a/net/perldap/files/patch-01 b/net/perldap/files/patch-01 deleted file mode 100644 index dda0ae9c4fa8..000000000000 --- a/net/perldap/files/patch-01 +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Thu Jan 21 23:52:42 1999 -+++ Makefile.PL Tue May 25 21:53:42 1999 -@@ -129,6 +129,7 @@ - chomp ($lib_line = <STDIN>); - $lib_line = $lline unless $lib_line =~ /\S/; - } else { -+ $lib_line = $lline; - print "\n"; - } - |