Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 16:53:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366096 - head/www/mod_auth_openid
Message-ID:  <201408251653.s7PGr2qA005272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug 25 16:53:02 2014
New Revision: 366096
URL: http://svnweb.freebsd.org/changeset/ports/366096
QAT: https://qat.redports.org/buildarchive/r366096/

Log:
  - Update to 0.8
  - Stage
  
  Sponsored by:	Absolight

Modified:
  head/www/mod_auth_openid/Makefile
  head/www/mod_auth_openid/distinfo

Modified: head/www/mod_auth_openid/Makefile
==============================================================================
--- head/www/mod_auth_openid/Makefile	Mon Aug 25 16:45:44 2014	(r366095)
+++ head/www/mod_auth_openid/Makefile	Mon Aug 25 16:53:02 2014	(r366096)
@@ -2,10 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	mod_auth_openid
-PORTVERSION=	0.7
-PORTREVISION=	1
+PORTVERSION=	0.8
 CATEGORIES=	www
-MASTER_SITES=	http://cloud.github.com/downloads/bmuller/mod_auth_openid/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,15 +12,27 @@ COMMENT=	Authentication module for the A
 LIB_DEPENDS=	libopkele.so:${PORTSDIR}/devel/libopkele \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	bmuller
+GH_TAGNAME=	v${PORTVERSION}
+GH_COMMIT=	22d1719
 
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
 
-USE_APACHE=	22
-USES=		gmake pkgconfig
+USE_APACHE=	22+
+USES=		gmake pkgconfig libtool
+USE_AUTOTOOLS=	aclocal libtoolize autoconf automake autoheader
+AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcre=${LOCALBASE}
 
 CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
 
-NO_STAGE=	yes
+post-patch:
+	@${REINPLACE_CMD} -e 's|$${APXS} -i|$${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} -i|' \
+		${WRKSRC}/src/Makefile.am
+
+pre-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
+
 .include <bsd.port.mk>

Modified: head/www/mod_auth_openid/distinfo
==============================================================================
--- head/www/mod_auth_openid/distinfo	Mon Aug 25 16:45:44 2014	(r366095)
+++ head/www/mod_auth_openid/distinfo	Mon Aug 25 16:53:02 2014	(r366096)
@@ -1,2 +1,2 @@
-SHA256 (mod_auth_openid-0.7.tar.gz) = 58cb927121d39557a3593b10db8c960440295fb49cddf8120d6a5b521877ed4c
-SIZE (mod_auth_openid-0.7.tar.gz) = 352757
+SHA256 (mod_auth_openid-0.8.tar.gz) = da00ed1ae442fe73e6d48e46f64ed0b85942a3b8f7be3cae40870b117ccc15e5
+SIZE (mod_auth_openid-0.8.tar.gz) = 28424



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251653.s7PGr2qA005272>