diff options
author | taca <taca> | 2006-07-24 16:13:55 +0000 |
---|---|---|
committer | taca <taca> | 2006-07-24 16:13:55 +0000 |
commit | 0ba0f0849962c96332cf3be968e9f2dfe03532af (patch) | |
tree | 594c88bba0b8874d97f264399688eca5dbe6c97f /www/geeklog/Makefile | |
parent | ef3ed8cac4897dde3f94aad8ac8d732bc3c7404e (diff) | |
download | pkgsrc-0ba0f0849962c96332cf3be968e9f2dfe03532af.tar.gz |
Update geeklog package to 1.4.0.5.1 (1.4.0sr5-1).
- Fix display problem with comment preview.
- Add afrikaans language support.
Diffstat (limited to 'www/geeklog/Makefile')
-rw-r--r-- | www/geeklog/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 1ed3efef0dc..b43b3d07ba1 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/07/23 13:21:09 taca Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/24 16:13:55 taca Exp $ # DISTNAME= geeklog-${VER} -PKGREVISION= 1 -PKGNAME= geeklog-${VER:S/sr/./} +PKGNAME= geeklog-${VER:C/(sr|-)/./g} CATEGORIES= www MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ @@ -14,7 +13,7 @@ COMMENT= PHP/MySQL based application for managing dynamic web content DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql -VER= 1.4.0sr5 +VER= 1.4.0sr5-1 NO_BUILD= YES BUILD_DEFS+= APACHE_GROUP |