- Update to 1.2.3

PR:		ports/147490
Submitted by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
This commit is contained in:
Li-Wen Hsu
2010-06-05 08:20:25 +00:00
parent 315fda3e45
commit ea4274f712
3 changed files with 776 additions and 775 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= sqlitemanager
PORTVERSION= 1.2.0
PORTVERSION= 1.2.3
CATEGORIES= databases www
MASTER_SITES= SF
DISTNAME= SQLiteManager-${PORTVERSION}
@@ -14,12 +14,13 @@ DISTNAME= SQLiteManager-${PORTVERSION}
MAINTAINER= gslin@gslin.org
COMMENT= A multilingual web based tool to manage SQLite database
IGNORE_WITH_PHP= 4
NO_BUILD= yes
PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}"
USE_PHP= sqlite
IGNORE_WITH_PHP=4
do-install:
${MKDIR} ${PREFIX}/www/${PORTNAME}
${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/ ${WWWDIR}
.include <bsd.port.mk>

View File

@@ -1,3 +1,3 @@
MD5 (SQLiteManager-1.2.0.tar.gz) = cb938d51f9cd61e8954dcf296528b883
SHA256 (SQLiteManager-1.2.0.tar.gz) = 6a0316aff7fa66f3d42277c147268ecf0e233150ad5aac0add6761e110b0ff14
SIZE (SQLiteManager-1.2.0.tar.gz) = 700971
MD5 (SQLiteManager-1.2.3.tar.gz) = bb9021d3edab5bdf5edbdc19e729fb9a
SHA256 (SQLiteManager-1.2.3.tar.gz) = 726d73d82a647a0dc23c0932d77082cf4e81235fe86fa9b04ed6c087e124b4eb
SIZE (SQLiteManager-1.2.3.tar.gz) = 730876

File diff suppressed because it is too large Load Diff