mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Update to 0.16.0
- Take maintainership
This commit is contained in:
parent
5f6562a781
commit
0809124449
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193954
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= LiveUser
|
||||
PORTVERSION= 0.15.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= security www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= PEAR user authentication and permission management framework
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher
|
||||
@ -26,24 +25,24 @@ OPTIONS= PEAR_DB "PEAR::DB support" off \
|
||||
|
||||
CATEGORY= LiveUser
|
||||
FILES= Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \
|
||||
Auth/PEARAuth.php Auth/Session.php Auth/XML.php Perm/Storage/Cache.php \
|
||||
Auth/PEARAuth.php Auth/Session.php Auth/XML.php \
|
||||
Auth/Storage/Globals.php Perm/Storage/Cache.php \
|
||||
Perm/Storage/DB.php Perm/Storage/Globals.php Perm/Storage/MDB.php \
|
||||
Perm/Storage/MDB2.php Perm/Storage/SQL.php Perm/Storage/XML.php \
|
||||
Perm/Complex.php Perm/Medium.php Perm/Simple.php Perm/Storage.php \
|
||||
LiveUser.php
|
||||
SQLS= auth_mdb_schema.xml Auth_XML.xml install.php perm_mdb_schema.xml \
|
||||
Perm_XML.xml README
|
||||
SQLS= Auth_XML.xml install.php Perm_XML.xml README
|
||||
DOCS= lgpl.txt
|
||||
EXAMPLES= example1/Auth_XML.xml example1/conf.php example1/example.php \
|
||||
example1/index.html example1/README example2/Auth_XML.xml \
|
||||
example2/conf.php example2/example.php example2/index.html \
|
||||
example2/Perm_XML.xml example2/README example4/Auth_XML.xml \
|
||||
example4/conf.php example4/demodata.sql example4/error-page.tpl.php \
|
||||
example4/conf.php example4/demodata.xml example4/error-page.tpl.php \
|
||||
example4/finish.inc.php example4/functions.js example4/index.html \
|
||||
example4/loginform.tpl.php example4/news_change.php \
|
||||
example4/news_change.tpl.php example4/news_new.php \
|
||||
example4/news_new.tpl.php example4/news_notallowed.tpl.php \
|
||||
example4/news_view.php example4/news_view.tpl.php example4/README \
|
||||
example4/news_view.php example4/news_view.tpl.php \
|
||||
example4/style.css
|
||||
_EXAMPLESDIR= docs/examples
|
||||
_DOCSDIR= .
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (PEAR/LiveUser-0.15.1.tgz) = b29032299abf8b088d117a0259f0e8b2
|
||||
SHA256 (PEAR/LiveUser-0.15.1.tgz) = f14fe54e3fd1382e4bfd7453c9e53492341e08f61541564197e497f59f1e7e11
|
||||
SIZE (PEAR/LiveUser-0.15.1.tgz) = 64934
|
||||
MD5 (PEAR/LiveUser-0.16.0.tgz) = a68693a9a9977241aa80e7bae0b62115
|
||||
SHA256 (PEAR/LiveUser-0.16.0.tgz) = c9377504fa5289c641a441dd6c96e22dc33c7fbeec3b4391509bf706139b7012
|
||||
SIZE (PEAR/LiveUser-0.16.0.tgz) = 70164
|
||||
|
Loading…
Reference in New Issue
Block a user