Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 20:14:55 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383538 - head/databases/sqlitemanager
Message-ID:  <201504072014.t37KEtvQ028188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Tue Apr  7 20:14:55 2015
New Revision: 383538
URL: https://svnweb.freebsd.org/changeset/ports/383538

Log:
  Unbreak by asking php for sqlite3-extension offered by php-5.4 and
  up, instead of sqlite. Upgrade from 1.2.3 to 1.2.4 released in 2010.
  
  Do not install the empty TODO-file. Be sure to convert DOS ends-of-line.
  Preserve time-stamps on files and directories, when installing.
  Define LICENSE.

Modified:
  head/databases/sqlitemanager/Makefile
  head/databases/sqlitemanager/distinfo
  head/databases/sqlitemanager/pkg-descr
  head/databases/sqlitemanager/pkg-plist

Modified: head/databases/sqlitemanager/Makefile
==============================================================================
--- head/databases/sqlitemanager/Makefile	Tue Apr  7 19:59:20 2015	(r383537)
+++ head/databases/sqlitemanager/Makefile	Tue Apr  7 20:14:55 2015	(r383538)
@@ -2,24 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	sqlitemanager
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	databases www
 MASTER_SITES=	SF
-DISTNAME=	SQLiteManager-${PORTVERSION}
+DISTNAME=	SQliteManager-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Multilingual web based tool to manage SQLite database
 
-DEPRECATED=	requires php53, security EOL reached 14 Aug 2014
-EXPIRATION_DATE=	2015-04-15
+LICENSE=	GPLv2
 
-IGNORE_WITH_PHP=5 55 56
+WRKSRC=		${WRKDIR}/SQLiteManager-${PORTVERSION}
+USES=		dos2unix
 NO_BUILD=	yes
 PLIST_SUB+=	WWWDIR_REL="${WWWDIR_REL}"
-USE_PHP=	sqlite
+USE_PHP=	sqlite${PHP_VER:S/^53$$//:C/^.+$$/3/}
+EXTRACT_AFTER_ARGS=--exclude TODO
 
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}
-	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
+	${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
 
 .include <bsd.port.mk>

Modified: head/databases/sqlitemanager/distinfo
==============================================================================
--- head/databases/sqlitemanager/distinfo	Tue Apr  7 19:59:20 2015	(r383537)
+++ head/databases/sqlitemanager/distinfo	Tue Apr  7 20:14:55 2015	(r383538)
@@ -1,2 +1,2 @@
-SHA256 (SQLiteManager-1.2.3.tar.gz) = 726d73d82a647a0dc23c0932d77082cf4e81235fe86fa9b04ed6c087e124b4eb
-SIZE (SQLiteManager-1.2.3.tar.gz) = 730876
+SHA256 (SQliteManager-1.2.4.tar.gz) = 831a186e781c2bc377c368f8dbcabca7661bcf16d679b5b3c69bec9ef65ac91b
+SIZE (SQliteManager-1.2.4.tar.gz) = 728181

Modified: head/databases/sqlitemanager/pkg-descr
==============================================================================
--- head/databases/sqlitemanager/pkg-descr	Tue Apr  7 19:59:20 2015	(r383537)
+++ head/databases/sqlitemanager/pkg-descr	Tue Apr  7 20:14:55 2015	(r383538)
@@ -2,4 +2,4 @@ SQLiteManager is a multilingual web base
 database. The programming language used is: PHP4, but work fine with
 PHP5. Work just as well on a platform Linux as on Windows or MAC.
 
-WWW:	http://www.sqlitemanager.org/
+WWW: http://www.sqlitemanager.org/

Modified: head/databases/sqlitemanager/pkg-plist
==============================================================================
--- head/databases/sqlitemanager/pkg-plist	Tue Apr  7 19:59:20 2015	(r383537)
+++ head/databases/sqlitemanager/pkg-plist	Tue Apr  7 20:14:55 2015	(r383538)
@@ -1,7 +1,7 @@
 %%WWWDIR_REL%%/CHANGES
 %%WWWDIR_REL%%/INSTALL
-%%WWWDIR_REL%%/LICENCE
-%%WWWDIR_REL%%/TODO
+%%WWWDIR_REL%%/LICENSE
+@comment %%WWWDIR_REL%%/TODO
 %%WWWDIR_REL%%/favicon.ico
 %%WWWDIR_REL%%/include/JSCookMenu.js
 %%WWWDIR_REL%%/include/ParsingQuery.class.php
@@ -34,9 +34,9 @@
 %%WWWDIR_REL%%/include/sql.class.php
 %%WWWDIR_REL%%/include/sql.php
 %%WWWDIR_REL%%/include/sqlite.class.php
-%%WWWDIR_REL%%/include/sqlite2.class.php
+%%WWWDIR_REL%%/include/sqlite_2.class.php
 %%WWWDIR_REL%%/include/sqlite2.inc.php
-%%WWWDIR_REL%%/include/sqlite3.class.php
+%%WWWDIR_REL%%/include/sqlite_3.class.php
 %%WWWDIR_REL%%/include/sqlite3.inc.php
 %%WWWDIR_REL%%/include/sqlite_fulltextsearch.class.php
 %%WWWDIR_REL%%/include/sqlite_fulltextsearchex.class.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504072014.t37KEtvQ028188>