diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 15:00:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 15:00:28 +0800 |
commit | 73a15c5d832d9ab7ed98d69720aedcef3e47e30f (patch) | |
tree | f104f4ae3e9763270b87de39c68b57cac5add275 /security | |
parent | fbe4ebea8fe9dd1ac44621d440f5cbee0d519e01 (diff) | |
download | freebsd-ports-gnome-73a15c5d832d9ab7ed98d69720aedcef3e47e30f.tar.gz freebsd-ports-gnome-73a15c5d832d9ab7ed98d69720aedcef3e47e30f.tar.zst freebsd-ports-gnome-73a15c5d832d9ab7ed98d69720aedcef3e47e30f.zip |
- Change PORTNAME
- Bump PORTREVISION for package change
PR: ports/158835
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index 99665727c5b2..b260daa4da9f 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -5,12 +5,13 @@ # # $FreeBSD$ -PORTNAME= NTLM +PORTNAME= Authen-NTLM PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION} MAINTAINER= james@divide.org COMMENT= An NTLM authentication module |