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

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Jan 18 02:07:41 UTC 2014


Author: danilo
Date: Sat Jan 18 02:07:40 2014
New Revision: 340139
URL: http://svnweb.freebsd.org/changeset/ports/340139
QAT: https://qat.redports.org/buildarchive/r340139/

Log:
  - Update from 3.8.0.2 to 3.8.2
  - Add stage support
  
  while here
  - Convert USE_TCL to USES
  
  PR:		ports/185484
  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	Sat Jan 18 00:03:56 2014	(r340138)
+++ head/databases/tcl-sqlite3/Makefile	Sat Jan 18 02:07:40 2014	(r340139)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.0.2
+PORTVERSION=	3.8.2
 CATEGORIES=	databases tcl
 MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
 PKGNAMEPREFIX=	tcl-
-DISTNAME=	sqlite-autoconf-3080002
+DISTNAME=	sqlite-autoconf-3080200
 
 MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -21,10 +21,9 @@ OPTIONS_DEFINE=	EXAMPLES
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/tea
 
-USES=		pkgconfig
+USES=		pkgconfig tcl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_TCL=	84+
 
 CFLAGS+=	`pkg-config --cflags --libs sqlite3`
 CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} --with-system-sqlite
@@ -36,18 +35,13 @@ PORTEXAMPLES=		*
 SUB_FILES=	example.tcl
 SUB_LIST=	"TCLSH=${TCLSH}"
 
-MANN=	sqlite3.n
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+PLIST_FILES+=	man/mann/sqlite3.n.gz
 
 post-patch:
 	@${REINPLACE_CMD} 's,\(^PKG_DIR.*\)$$(PACKAGE_VERSION),\13,g' ${WRKSRC}/Makefile.in
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo	Sat Jan 18 00:03:56 2014	(r340138)
+++ head/databases/tcl-sqlite3/distinfo	Sat Jan 18 02:07:40 2014	(r340139)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
-SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
+SHA256 (sqlite-autoconf-3080200.tar.gz) = a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92
+SIZE (sqlite-autoconf-3080200.tar.gz) = 1917056


More information about the svn-ports-all mailing list