diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2016-12-08 03:13:19 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2016-12-08 03:13:19 +0000 |
commit | 9d376291578b6761a65c0573be29e896cff9b7ef (patch) | |
tree | 9828cb44df6f42647ff2fb042057f2fe012617b9 /security/openvpn-auth-ldap | |
parent | e4b7a520a511ef58d6162e43d0c450e43051034f (diff) | |
download | ports-9d376291578b6761a65c0573be29e896cff9b7ef.tar.gz ports-9d376291578b6761a65c0573be29e896cff9b7ef.zip |
Notes
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 1715350187b2..ed3ddb43dd3a 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -5,7 +5,8 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.4.0.s1379 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= LOCAL/mandree +MASTER_SITES= LOCAL/mandree # figure out proper GitHub commit and use that. +# https://github.com/threerings/openvpn-auth-ldap/ DISTNAME= auth-ldap-${PORTVERSION} MAINTAINER= mandree@FreeBSD.org @@ -60,7 +61,10 @@ CC+= ${DEBUG_FLAGS} # this is a local target to build a tarball from SVN # and another target to upload it -# Note that googlecode.com is gone. +# Note that googlecode.com is gone. Apparently someone exported the code +# to Github, but aside from a README that got converted to Markdown +# syntax, there hadn't been changes as of 2016-12-07. +# https://github.com/threerings/openvpn-auth-ldap/ build-tarball: ${DISTFILES} ${DISTFILES}: ${RM} -r ${WRKSRC} |