Bug 187603 - [MAINTAINER] databases/tcl-sqlite3: update to 3.8.4.1
Summary: [MAINTAINER] databases/tcl-sqlite3: update to 3.8.4.1
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 09:00 UTC by Pavel Volkov
Modified: 2014-03-15 18:10 UTC (History)
0 users

See Also:


Attachments
tcl-sqlite3-3.8.4.1.patch (1.93 KB, patch)
2014-03-15 09:00 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-03-15 09:00:01 UTC
- Update to 3.8.4.1

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: suffix)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-15 16:32:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-15 18:07:51 UTC
Author: pawel
Date: Sat Mar 15 18:07:47 2014
New Revision: 348363
URL: http://svnweb.freebsd.org/changeset/ports/348363
QAT: https://qat.redports.org/buildarchive/r348363/

Log:
  - Update to version 3.8.4.1 [1]
  - Strip library [1]
  - Remove optional instalation of example files
  
  PR:		ports/187603 [1]
  Submitted by:	maintainer

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

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Sat Mar 15 18:05:41 2014	(r348362)
+++ head/databases/tcl-sqlite3/Makefile	Sat Mar 15 18:07:47 2014	(r348363)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.3.1
+PORTVERSION=	3.8.4.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-3080301
+DISTNAME=	sqlite-autoconf-3080401
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -29,8 +29,8 @@ CFLAGS+=	`pkg-config --cflags sqlite3`
 LDFLAGS+=	`pkg-config --libs sqlite3`
 CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} --with-system-sqlite
 
-PLIST_DIRS+=		lib/sqlite3
-PLIST_FILES+=		lib/sqlite3/libsqlite.so.1 lib/sqlite3/pkgIndex.tcl
+PLIST_DIRS+=		lib/${PORTNAME}
+PLIST_FILES+=		lib/${PORTNAME}/libsqlite${PORTVERSION:S/.//g}.so.1 lib/${PORTNAME}/pkgIndex.tcl
 PORTEXAMPLES=		*
 
 SUB_FILES=	example.tcl
@@ -38,15 +38,12 @@ SUB_LIST=	"TCLSH=${TCLSH}"
 
 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/[^[:digit:]]*([[:digit:]]+).*/\1/}/' ${WRKSRC}/Makefile.in
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/libsqlite${PORTVERSION:S/.//g}.so.1
 	@${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	Sat Mar 15 18:05:41 2014	(r348362)
+++ head/databases/tcl-sqlite3/distinfo	Sat Mar 15 18:07:47 2014	(r348363)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080301.tar.gz) = de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c
-SIZE (sqlite-autoconf-3080301.tar.gz) = 1923168
+SHA256 (sqlite-autoconf-3080401.tar.gz) = 17227492466bb29fbef30d94a7cc27ec799e36c5d4d879dedd331079a6d1bc38
+SIZE (sqlite-autoconf-3080401.tar.gz) = 1937368
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2014-03-15 18:08:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!