Date: Tue, 19 May 2009 04:59:27 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: zhoushuqun@gmail.com Subject: ports/134701: [PATCH] www/mod_auth_openid: update to 0.4 Message-ID: <200905190459.n4J4xRk5039771@freefall.freebsd.org> Resent-Message-ID: <200905190500.n4J50BCG039908@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134701 >Category: ports >Synopsis: [PATCH] www/mod_auth_openid: update to 0.4 >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 May 19 05:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 >Description: - Update to 0.4 Port maintainer (zhoushuqun@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_auth_openid-0.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_auth_openid/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 25 Aug 2008 00:53:28 -0000 1.2 +++ Makefile 19 May 2009 04:59:11 -0000 @@ -6,8 +6,7 @@ # PORTNAME= mod_auth_openid -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= www MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/ @@ -18,6 +17,8 @@ LIB_DEPENDS= opkele:${PORTSDIR}/devel/libopkele \ sqlite3:${PORTSDIR}/databases/sqlite34 +MAKE_JOBS_SAFE= yes + PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so USE_APACHE= 2.0+ @@ -25,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pcre=${LOCALBASE} -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -I/usr/include/openssl .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/mod_auth_openid/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 17 Aug 2008 06:27:23 -0000 1.1 +++ distinfo 19 May 2009 04:59:11 -0000 @@ -1,3 +1,3 @@ -MD5 (mod_auth_openid-0.3.tar.gz) = 6467856c05662eb6f1c24cbf7057a21b -SHA256 (mod_auth_openid-0.3.tar.gz) = 99476b7984214c0a01d124a654f9f5a2b9c77dab5d5d1f719c448a6f77038295 -SIZE (mod_auth_openid-0.3.tar.gz) = 336753 +MD5 (mod_auth_openid-0.4.tar.gz) = 7609194aa4af60c0c685a2086a1e4b69 +SHA256 (mod_auth_openid-0.4.tar.gz) = 1bfe10508853abc321c2f5a9699d02b28a587591a9292b533f4cbe09e43a4bb4 +SIZE (mod_auth_openid-0.4.tar.gz) = 316670 --- mod_auth_openid-0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905190459.n4J4xRk5039771>