forked from Lainports/freebsd-ports
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.
This commit is contained in:
parent
c74b398f26
commit
c32249e08c
4 changed files with 15 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ SQLiteManager is a multilingual web based tool to manage SQLite
|
|||
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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue