Bug 186558 - [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3
Summary: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-08 10:50 UTC by Pavel Volkov
Modified: 2014-02-10 22:10 UTC (History)
0 users

See Also:


Attachments
tcl-sqlite3-3.8.3.patch (1.75 KB, patch)
2014-02-08 10:50 UTC, Pavel Volkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2014-02-08 10:50:00 UTC
- Update to 3.8.3
- Correct EXAMPLE options
- I'm had used "extended regex" on post-patch phase.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix)
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-10 21:44:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-10 22:01:35 UTC
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@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@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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-10 22:02:04 UTC
State Changed
From-To: open->closed

Committed, thank you!