Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 03:13:20 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428097 - head/security/openvpn-auth-ldap
Message-ID:  <201612080313.uB83DKtK020359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612080313.uB83DKtK020359>