svn commit: r428097 - head/security/openvpn-auth-ldap

Matthias Andree mandree at FreeBSD.org
Thu Dec 8 03:13:21 UTC 2016


Author: mandree
Date: Thu Dec  8 03:13:19 2016
New Revision: 428097
URL: https://svnweb.freebsd.org/changeset/ports/428097

Log:
  Add some comments on the Googlecode->Github export. Not yet formally converted.

Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Thu Dec  8 03:03:06 2016	(r428096)
+++ head/security/openvpn-auth-ldap/Makefile	Thu Dec  8 03:13:19 2016	(r428097)
@@ -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 at 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}


More information about the svn-ports-head mailing list