svn commit: r339720 - in head: . www www/mod_authnz_external www/mod_authnz_external22

Olli Hauer ohauer at FreeBSD.org
Tue Jan 14 21:14:47 UTC 2014


Author: ohauer
Date: Tue Jan 14 21:14:46 2014
New Revision: 339720
URL: http://svnweb.freebsd.org/changeset/ports/339720
QAT: https://qat.redports.org/buildarchive/r339720/

Log:
  - move www/mod_authnz_external to www/mod_authnz_external22
    to reflect the supported Apache version
  
  - add enty to MOVED / UPDATING (+ white space cleanup)
  
  with hat apahe@

Added:
  head/www/mod_authnz_external22/
     - copied from r339716, head/www/mod_authnz_external/
Deleted:
  head/www/mod_authnz_external/
Modified:
  head/MOVED
  head/UPDATING
  head/www/Makefile
  head/www/mod_authnz_external22/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jan 14 21:11:25 2014	(r339719)
+++ head/MOVED	Tue Jan 14 21:14:46 2014	(r339720)
@@ -5375,3 +5375,4 @@ devel/lua-filename||2014-01-10|Abandonwa
 archivers/xz||2014-01-12|Included in base system on all supported releases
 lang/python26|lang/python27|2014-01-13|Python 2.6 is now end-of-life, please migrate to lang/python27
 sysutils/lavaps||2014-01-14|Abandonware, segfaults
+www/mod_authnz_external|www/mod_authnz_external22|2014-01-14|Port was renamed to reflect the supported Apache version

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Jan 14 21:11:25 2014	(r339719)
+++ head/UPDATING	Tue Jan 14 21:14:46 2014	(r339720)
@@ -5,6 +5,19 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20140114:
+  AFFECTS: users of www/mod_authnz_external
+  AUTHOR: ohauer at FreeBSD.org
+
+  www/mod_authnz_external was moved to www/mod_authnz_external22
+  Please do the following according to package manager used.
+
+  # portmaster -o www/mod_authnz_external22 www/mod_authnz_external
+    or
+  # portupgrade -fo www/mod_authnz_external22 www/mod_authnz_external
+    or
+  # pkg set -o www/mod_authnz_external:www/mod_authnz_external22
+
 20140113:
   AFFECTS: users of net/samba41
   AUTHOR: timur at FreeBSD.org
@@ -222,10 +235,10 @@ you update your ports collection, before
 
   # pkg_delete -f vte\*
    or
-  # pkg delete -fg vte\* 
+  # pkg delete -fg vte\*
    followed by
-  # portmaster x11-toolkits/vte 
-   or 
+  # portmaster x11-toolkits/vte
+   or
   # portupgrade x11-toolkits/vte
 
 20131207:
@@ -250,7 +263,7 @@ you update your ports collection, before
   # portmaster -a
     or
   # portupgrade -a
-  
+
 20131127:
   AFFECTS: users of devel/py-distribute (i.e you)
   AUTHOR: wg at FreeBSD.org
@@ -318,9 +331,9 @@ you update your ports collection, before
 
   dns/nsd was updated to the new 4.0.0 major release.
 
-  This version replaces the nsdc control program with nsd-control. 
+  This version replaces the nsdc control program with nsd-control.
   This requires some manual setup with nsd-control-setup and editing
-  of the config files. nsd-control is incompatible with nsdc so when 
+  of the config files. nsd-control is incompatible with nsdc so when
   that is used in scripts, these should be adapted.  More information:
   http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features
 

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jan 14 21:11:25 2014	(r339719)
+++ head/www/Makefile	Tue Jan 14 21:14:46 2014	(r339720)
@@ -466,7 +466,7 @@
     SUBDIR += mod_authn_otp
     SUBDIR += mod_authn_sasl
     SUBDIR += mod_authnz_crowd
-    SUBDIR += mod_authnz_external
+    SUBDIR += mod_authnz_external22
     SUBDIR += mod_authz_unixgroup
     SUBDIR += mod_backtrace
     SUBDIR += mod_bw

Modified: head/www/mod_authnz_external22/Makefile
==============================================================================
--- head/www/mod_authnz_external/Makefile	Tue Jan 14 20:44:10 2014	(r339716)
+++ head/www/mod_authnz_external22/Makefile	Tue Jan 14 21:14:46 2014	(r339720)
@@ -5,12 +5,15 @@ PORTNAME=	mod_authnz_external
 PORTVERSION=	3.1.2
 PORTREVISION=	2
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
+PKGNAMESUFFIX=	22
 DIST_SUBDIR=	apache2
 
 MAINTAINER=	eg at fbsd.lt
 COMMENT=	Allows users authentication based on external mechanisms on apache 2.2
 
+LICENSE=	APACHE20
+
 USE_APACHE=	22
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes


More information about the svn-ports-all mailing list