ports/57413: [update orphand port] www/mod_auth_any: Update to 1.3.2 and take maintainership
Clement Laforet
sheepkiller at cultdeadsheep.org
Tue Sep 30 17:50:25 UTC 2003
>Number: 57413
>Category: ports
>Synopsis: [update orphand port] www/mod_auth_any: Update to 1.3.2 and take maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 30 10:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Clement Laforet
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386
>Description:
- update to 1.3.2
- update WWW
- take maintainership
>How-To-Repeat:
N/A.
>Fix:
--- mod_auth_any.diff begins here ---
Index: mod_auth_any/Makefile
===================================================================
RCS file: /WORK/REPO/ports/www/mod_auth_any/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- mod_auth_any/Makefile 25 Mar 2003 04:23:11 -0000 1.6
+++ mod_auth_any/Makefile 30 Sep 2003 17:33:29 -0000
@@ -6,29 +6,25 @@
#
PORTNAME= mod_auth_any
-PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTVERSION= 1.3.2
CATEGORIES= www
-MASTER_SITES= ftp://ftp.itlab.musc.edu/pub/toolbox/mod_auth_any/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sheepkiller at cultdeadsheep.org
COMMENT= Apache module to use any command line program to authenticate a user
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
APXS?= ${LOCALBASE}/sbin/apxs
APACHE_PORT?= ${PORTSDIR}/www/apache13
-post-patch:
- @${CAT} ${FILESDIR}/bash_single_quote_escape_string.c >> \
- ${WRKSRC}/${PORTNAME}.c
-
do-build:
- @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
+ @cd ${WRKSRC}/src && ${APXS} -c ${PORTNAME}.c
do-install:
- ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
+ ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/src/${PORTNAME}.so
.include <bsd.port.mk>
Index: mod_auth_any/distinfo
===================================================================
RCS file: /WORK/REPO/ports/www/mod_auth_any/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- mod_auth_any/distinfo 10 Apr 2001 22:28:40 -0000 1.1
+++ mod_auth_any/distinfo 30 Sep 2003 17:33:29 -0000
@@ -1 +1 @@
-MD5 (mod_auth_any-1.0.2.tgz) = cd2f0c6d39af4fe4c6919caeac38e1b3
+MD5 (mod_auth_any-1.3.2.tar.gz) = ae9ac533576915a05e9728e914c4ec88
Index: mod_auth_any/pkg-descr
===================================================================
RCS file: /WORK/REPO/ports/www/mod_auth_any/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- mod_auth_any/pkg-descr 10 Apr 2001 22:28:40 -0000 1.1
+++ mod_auth_any/pkg-descr 30 Sep 2003 17:33:29 -0000
@@ -3,4 +3,4 @@
in sync, or maintain some nasty database. You can even have an
expect script that does ssh authentication.
-WWW: http://www.itlab.musc.edu/~nafees/mod_auth_any.html
+WWW: http://www.itlab.musc.edu/webNIS/mod_auth_any.html
--- mod_auth_any.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list