Date: Thu, 23 Aug 2012 14:15:13 -0700 From: Jason Helfman <jgh@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chifeng@gmail.com, Zhang Huangbin <zhb@iredmail.org> Subject: ports/170947: [PATCH] mail/policyd2: update to 2.0.12 Message-ID: <1345756513.096209.62593.nullmailer@experts-exchange.com> Resent-Message-ID: <201208240040.q7O0e1WE099781@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170947 >Category: ports >Synopsis: [PATCH] mail/policyd2: update to 2.0.12 >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: Fri Aug 24 00:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: - Update to 2.0.12 Buildlogs: http://redports.org/buildarchive/20120820161734-22614/ Port maintainer (chifeng@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 302906) +++ Makefile (working copy) @@ -6,10 +6,9 @@ # PORTNAME= policyd2 -PORTVERSION= 2.0.11 -PORTREVISION= 1 +PORTVERSION= 2.0.12 CATEGORIES= mail -MASTER_SITES= http://devlabs.linuxassist.net/attachments/download/187/ +MASTER_SITES= http://devlabs.linuxassist.net/attachments/download/${DOWNLOAD_FOLDER}/ DISTNAME= cluebringer-${PORTVERSION} MAINTAINER= chifeng@gmail.com @@ -25,24 +24,23 @@ NO_BUILD= yes USE_RC_SUBR= policyd2 BINMODE= 0755 +DOWNLOAD_FOLDER= 222 WEBUIDIR= ${PREFIX}/www/policyd PORTDOCS= AUTHORS ChangeLog INSTALL TODO WISHLIST PORTDATA= * -OPTIONS= MYSQL "Use MySQL support" On \ - PostgreSQL "Use PostgreSQL support" Off \ - SQLite "Use SQLite support" Off +OPTIONS_DEFINE= MYSQL PGSQL SQLITE .include <bsd.port.pre.mk> USE_PHP= pdo_mysql -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif -.if defined(WITH_SQLite) +.if ${PORT_OPTIONS:MSQLITE} RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite .endif -.if defined(WITH_PostgreSQL) +.if ${PORT_OPTIONS:MPGSQL} RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif @@ -69,7 +67,7 @@ @cd ${WRKSRC} && ${COPYTREE_SHARE} database ${DATADIR} .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1345756513.096209.62593.nullmailer>