diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-20 16:56:46 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-20 16:56:46 +0800 |
commit | b74f1678d8664f78be8eae75c80836d50afe4916 (patch) | |
tree | 3a381319d5e513a9f11034dfdf0165a1f04a5381 | |
parent | 7437a197896c9e19e1347061e9b21a479c54882d (diff) | |
download | freebsd-ports-gnome-b74f1678d8664f78be8eae75c80836d50afe4916.tar.gz freebsd-ports-gnome-b74f1678d8664f78be8eae75c80836d50afe4916.tar.zst freebsd-ports-gnome-b74f1678d8664f78be8eae75c80836d50afe4916.zip |
- update to 0.4
- mark MAKE_JOBS_SAFE=yes
PR: ports/134701
Approved by: maintainer
Submitted by: me
-rw-r--r-- | www/mod_auth_openid/Makefile | 7 | ||||
-rw-r--r-- | www/mod_auth_openid/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 57f938d0cdef..fc3d96b96488 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -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 @@ BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr 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 @@ USE_GMAKE= yes 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> diff --git a/www/mod_auth_openid/distinfo b/www/mod_auth_openid/distinfo index 52191c967bc3..9af7dc02ccaf 100644 --- a/www/mod_auth_openid/distinfo +++ b/www/mod_auth_openid/distinfo @@ -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 |