Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2012 01:17:01 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308295 - head/databases/adodb5
Message-ID:  <201212050117.qB51H1vJ024041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Dec  5 01:17:00 2012
New Revision: 308295
URL: http://svnweb.freebsd.org/changeset/ports/308295

Log:
  - Update to 5.18
  - while here trim header and adopt optionsNG
  
  PR:		174122
  Submitted by:	maintainer, joehorn@gmail.com
  Feature safe:	yes

Modified:
  head/databases/adodb5/Makefile
  head/databases/adodb5/distinfo
  head/databases/adodb5/pkg-plist

Modified: head/databases/adodb5/Makefile
==============================================================================
--- head/databases/adodb5/Makefile	Wed Dec  5 01:08:09 2012	(r308294)
+++ head/databases/adodb5/Makefile	Wed Dec  5 01:17:00 2012	(r308295)
@@ -1,15 +1,12 @@
-# New ports collection makefile for: adodb5
-# Date created:		25 Dec 2007
-# Whom:			mm@FreeBSD.org
+# Created by: mm@FreeBSD.org
 #
 # $FreeBSD$
-#
 
 PORTNAME=	adodb
-DISTVERSION=	5.15
+DISTVERSION=	5.18
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-php5-only/${PORTNAME}-${DISTVERSION:S/.//g}-for-php5
-DISTNAME=	${PORTNAME:S/5//}${DISTVERSION:S/.//g}
+DISTNAME=	${PORTNAME:S/5//}${DISTVERSION:S/.//g}a
 
 MAINTAINER=	joehorn@gmail.com
 COMMENT=	Database library for PHP
@@ -29,13 +26,14 @@ NO_BUILD=	YES
 
 ADODB_SUBDIRS=	contrib datadict drivers lang pear perf session xsl
 
-OPTIONS=	TESTS "Install tests" off
+OPTIONS_DEFINE=	TESTS
+TESTS_DESC=	"Install tests"
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 SUB_FILES+=	pkg-message
 
-.if defined (WITH_TESTS)
+.if ${PORT_OPTIONS:MTESTS}
 PLIST_SUB+=	TESTS=
 .else
 PLIST_SUB+=	TESTS="@comment "
@@ -50,14 +48,14 @@ do-install:
 	@cd ${WRKSRC}; ${FIND} ${ADODB_SUBDIRS} -type f \
 		-exec ${INSTALL_DATA} ${WRKSRC}/{} ${DATADIR}/{} \;
 
-.if defined (WITH_TESTS)
+.if ${PORT_OPTIONS:MTESTS}
 	@${MKDIR} ${DATADIR}/tests
 	@cd ${WRKSRC}; ${FIND} tests -type f \
 		-exec ${INSTALL_DATA} ${WRKSRC}/{} ${DATADIR}/{} \;
 .endif
 
 post-install:
-.if !defined (NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR} ${DOCSDIR}/cute_icons_for_site
 	@cd ${WRKSRC}; ${FIND} . ! -path './*/*' -type f -name '*.txt' \
 		-exec ${INSTALL_MAN} ${WRKSRC}/{} ${DOCSDIR}/{} \;
@@ -68,4 +66,4 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/databases/adodb5/distinfo
==============================================================================
--- head/databases/adodb5/distinfo	Wed Dec  5 01:08:09 2012	(r308294)
+++ head/databases/adodb5/distinfo	Wed Dec  5 01:17:00 2012	(r308295)
@@ -1,2 +1,2 @@
-SHA256 (adodb515.zip) = 51ccd7e9cbd1ba5ad2e0af2a77f3da602944e1adbf70c7307207a7132f3cc127
-SIZE (adodb515.zip) = 733036
+SHA256 (adodb518a.zip) = 0f5411be4675c2161a489ac1091d8e30d66e3f8f9bfc98a518e541db93b2733b
+SIZE (adodb518a.zip) = 738496

Modified: head/databases/adodb5/pkg-plist
==============================================================================
--- head/databases/adodb5/pkg-plist	Wed Dec  5 01:08:09 2012	(r308294)
+++ head/databases/adodb5/pkg-plist	Wed Dec  5 01:17:00 2012	(r308295)
@@ -85,6 +85,7 @@
 %%DATADIR%%/drivers/adodb-postgres64.inc.php
 %%DATADIR%%/drivers/adodb-postgres7.inc.php
 %%DATADIR%%/drivers/adodb-postgres8.inc.php
+%%DATADIR%%/drivers/adodb-postgres9.inc.php
 %%DATADIR%%/drivers/adodb-proxy.inc.php
 %%DATADIR%%/drivers/adodb-sapdb.inc.php
 %%DATADIR%%/drivers/adodb-sqlanywhere.inc.php



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