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

Steven Kreuzer skreuzer at FreeBSD.org
Mon Feb 17 03:00:42 UTC 2014


Author: skreuzer
Date: Mon Feb 17 03:00:41 2014
New Revision: 344640
URL: http://svnweb.freebsd.org/changeset/ports/344640
QAT: https://qat.redports.org/buildarchive/r344640/

Log:
  Update to 3.8.3.1
  
  PR:		ports/186787
  Submitted by:	Pavel I Volkov <pavelivolkov at gmail.com> (maintainer)

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

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Mon Feb 17 02:10:15 2014	(r344639)
+++ head/databases/tcl-sqlite3/Makefile	Mon Feb 17 03:00:41 2014	(r344640)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.3
+PORTVERSION=	3.8.3.1
 CATEGORIES=	databases tcl
 MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
 PKGNAMEPREFIX=	tcl-
-DISTNAME=	sqlite-autoconf-3080300
+DISTNAME=	sqlite-autoconf-3080301
 
 MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -25,7 +25,8 @@ USES=		pkgconfig tcl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-CFLAGS+=	`pkg-config --cflags --libs sqlite3`
+CFLAGS+=	`pkg-config --cflags sqlite3`
+LDFLAGS+=	`pkg-config --libs sqlite3`
 CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} --with-system-sqlite
 
 PLIST_DIRS+=		lib/sqlite3
@@ -40,7 +41,7 @@ PLIST_FILES+=	man/mann/sqlite3.n.gz
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/.*([0-9]+).*/\1/}/' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -E 's/^(.*\$$\(PACKAGE_NAME\))\$$\(PACKAGE_VERSION\).*$$/\1${PORTVERSION:C/[^[:digit:]]*([[:digit:]]+).*/\1/}/' ${WRKSRC}/Makefile.in
 
 post-install:
 .if ${PORT_OPTIONS:MEXAMPLES}

Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo	Mon Feb 17 02:10:15 2014	(r344639)
+++ head/databases/tcl-sqlite3/distinfo	Mon Feb 17 03:00:41 2014	(r344640)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080300.tar.gz) = dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26
-SIZE (sqlite-autoconf-3080300.tar.gz) = 1923594
+SHA256 (sqlite-autoconf-3080301.tar.gz) = de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c
+SIZE (sqlite-autoconf-3080301.tar.gz) = 1923168


More information about the svn-ports-head mailing list