ports/147101: [PATCH] www/ap22-mod_auth_pubtkt: update to 0.6

Philip M. Gollucci pgollucci at p6m7g8.com
Wed May 26 23:00:18 UTC 2010


>Number:         147101
>Category:       ports
>Synopsis:       [PATCH] www/ap22-mod_auth_pubtkt: update to 0.6
>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:   Wed May 26 23:00:15 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- Update to 0.6

Added file(s):
- files/patch-src__Makefile

Removed file(s):
- files/patch-Makefile

Port maintainer (mk at neon1.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap22-mod_auth_pubtkt-0.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_auth_pubtkt/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	25 May 2010 20:17:28 -0000	1.2
+++ Makefile	26 May 2010 22:54:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_auth_pubtkt
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	www
 MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -19,4 +19,6 @@
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--apxs=${APXS}
 
+WRKSRC=	${WRKDIR}/${PORTNAME}
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mod_auth_pubtkt/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	18 Jul 2009 16:50:55 -0000	1.1
+++ distinfo	26 May 2010 22:50:59 -0000
@@ -1,3 +1,3 @@
-MD5 (mod_auth_pubtkt-0.5.tar.gz) = b9b048e2373033cc40c1fcb6180e22c9
-SHA256 (mod_auth_pubtkt-0.5.tar.gz) = 3f6cae232f0a36fb0f20479c9680b357016484421c74d9450085bc53772be43a
-SIZE (mod_auth_pubtkt-0.5.tar.gz) = 32257
+MD5 (mod_auth_pubtkt-0.6.tar.gz) = f2a7f68e090f1625809d546cc27678b3
+SHA256 (mod_auth_pubtkt-0.6.tar.gz) = e6856516924adfdf74e2d42296588e65385ce61c9c608424b1be496a6c908c54
+SIZE (mod_auth_pubtkt-0.6.tar.gz) = 33158
Index: files/patch-Makefile
===================================================================
RCS file: files/patch-Makefile
diff -N files/patch-Makefile
--- files/patch-Makefile	18 Jul 2009 16:50:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- src/Makefile.orig	2008-10-28 19:25:44.000000000 +0000
-+++ src/Makefile	2009-03-23 18:39:37.000000000 +0000
-@@ -9,7 +9,7 @@
- 	$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
- 
- install: $(TARGET)
--	$(APXS) -i $(TARGET)
-+	$(APXS) -i -a -n auth_pubtkt $(TARGET)
- 
- clean:
- 	-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
Index: files/patch-src__Makefile
===================================================================
RCS file: files/patch-src__Makefile
diff -N files/patch-src__Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src__Makefile	26 May 2010 22:54:52 -0000
@@ -0,0 +1,11 @@
+--- ./src/Makefile.orig	2010-05-26 18:53:55.551506119 -0400
++++ ./src/Makefile	2010-05-26 18:54:21.855222621 -0400
+@@ -9,7 +9,7 @@
+ 	$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
+ 
+ install: $(TARGET)
+-	$(APXS) -i $(TARGET)
++	$(APXS) -i -a -n auth_pubtkt $(TARGET)
+ 
+ clean:
+ 	-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
--- ap22-mod_auth_pubtkt-0.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list