From owner-svn-ports-all@freebsd.org Thu Dec 8 03:13:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23514C6B89D; Thu, 8 Dec 2016 03:13:21 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D98DAAC0; Thu, 8 Dec 2016 03:13:20 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB83DKH7020360; Thu, 8 Dec 2016 03:13:20 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB83DKtK020359; Thu, 8 Dec 2016 03:13:20 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201612080313.uB83DKtK020359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 8 Dec 2016 03:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428097 - head/security/openvpn-auth-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 03:13:21 -0000 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}