diff options
author | taca <taca@pkgsrc.org> | 2011-11-13 15:52:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-13 15:52:24 +0000 |
commit | 150e96b11cdf983d2aa6134e63cd21c2ba118f88 (patch) | |
tree | 571d9bb7e7d5a04ccb03dafc84841385396c7fbe /www/geeklog/Makefile | |
parent | 30206719f173dfca3022e4f40a4ac8e5e1929214 (diff) | |
download | pkgsrc-150e96b11cdf983d2aa6134e63cd21c2ba118f88.tar.gz |
Update geeklog package to 1.8.1. Remove PRIVILEGED_STAGES setting, too.
Oct 9, 2011 (1.8.1)
-----------
- Fixed exact match censoring option (bug #0001392) [Tom]
- Fixed adding elements to empty Configuration arrays (bug #0001396) [Tom]
- Blank out OAuth consumer key and secret in rootdebug dumps [Dirk]
- Fixed deleting elements from Configuration arrays (bug #0001394, patch
provided by dengen)
- Avoid censoring in What's Related block (bug #0001393) [Tom, Dirk]
- Fixed error message display in admin's user editor when renaming the
userphoto failed [Dirk]
- Don't display details of a failed MS SQL query by default [Dirk]
- Updated Japanese language file, provided by the Geeklog.jp group
Diffstat (limited to 'www/geeklog/Makefile')
-rw-r--r-- | www/geeklog/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 7a230859b43..14588c5ea16 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2011/09/16 05:46:26 obache Exp $ +# $NetBSD: Makefile,v 1.34 2011/11/13 15:52:24 taca Exp $ # DISTNAME= geeklog-${VER} PKGNAME= geeklog-${VER:C/(sr|-)/./g} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ @@ -13,14 +12,13 @@ COMMENT= PHP/MySQL based application for managing dynamic web content LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PRIVILEGED_STAGES+= clean DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql USE_TOOLS+= pax -VER= 1.8.0 +VER= 1.8.1 NO_BUILD= YES PKG_GROUPS_VARS+= APACHE_GROUP |