svn commit: r343687 - head/databases/tcl-sqlite3

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 10 22:01:28 UTC 2014


Author: rm
Date: Mon Feb 10 22:01:26 2014
New Revision: 343687
URL: http://svnweb.freebsd.org/changeset/ports/343687
QAT: https://qat.redports.org/buildarchive/r343687/

Log:
  - update to 3.8.3
  - correct EXAMPLE option
  - "extended regex" had used on post-patch phase
  
  PR:		186558
  Submitted by:	Pavel I Volkov <pavelivolkov at gmail.com> (maintainer)

Modified:
  head/databases/tcl-sqlite3/Makefile
  head/databases/tcl-sqlite3/distinfo
  head/databases/tcl-sqlite3/pkg-descr

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Mon Feb 10 21:38:38 2014	(r343686)
+++ head/databases/tcl-sqlite3/Makefile	Mon Feb 10 22:01:26 2014	(r343687)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.2
+PORTVERSION=	3.8.3
 CATEGORIES=	databases tcl
-MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
+MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
 PKGNAMEPREFIX=	tcl-
-DISTNAME=	sqlite-autoconf-3080200
+DISTNAME=	sqlite-autoconf-3080300
 
 MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -37,11 +37,15 @@ SUB_LIST=	"TCLSH=${TCLSH}"
 
 PLIST_FILES+=	man/mann/sqlite3.n.gz
 
+.include <bsd.port.options.mk>
+
 post-patch:
-	@${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/.*([0-9]+).*/\1/}/' ${WRKSRC}/Makefile.in
 
 post-install:
+.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.mk>

Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo	Mon Feb 10 21:38:38 2014	(r343686)
+++ head/databases/tcl-sqlite3/distinfo	Mon Feb 10 22:01:26 2014	(r343687)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080200.tar.gz) = a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92
-SIZE (sqlite-autoconf-3080200.tar.gz) = 1917056
+SHA256 (sqlite-autoconf-3080300.tar.gz) = dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26
+SIZE (sqlite-autoconf-3080300.tar.gz) = 1923594

Modified: head/databases/tcl-sqlite3/pkg-descr
==============================================================================
--- head/databases/tcl-sqlite3/pkg-descr	Mon Feb 10 21:38:38 2014	(r343686)
+++ head/databases/tcl-sqlite3/pkg-descr	Mon Feb 10 22:01:26 2014	(r343687)
@@ -1,4 +1,4 @@
 This is the SQLite extension for Tcl using the Tcl Extension
 Architecture (TEA).
 
-WWW: http://www.sqlite.org
+WWW: http://www.sqlite.org/


More information about the svn-ports-all mailing list