diff options
author | taca <taca@pkgsrc.org> | 2008-12-11 16:28:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-12-11 16:28:05 +0000 |
commit | a268eb7604ac670589b896d48f0852b2d36d4a81 (patch) | |
tree | d0ee0b3bcbd43b44db9b4365a2b9244b14011f05 /www/typolight | |
parent | 33221daf3fbe418cb222184f437a415a33400be5 (diff) | |
download | pkgsrc-a268eb7604ac670589b896d48f0852b2d36d4a81.tar.gz |
Remove note for using PostgreSQL in MESSAGE.
Bump PKGREVISION.
Diffstat (limited to 'www/typolight')
-rw-r--r-- | www/typolight/MESSAGE | 5 | ||||
-rw-r--r-- | www/typolight/Makefile | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/www/typolight/MESSAGE b/www/typolight/MESSAGE index f7571551777..919faa36b50 100644 --- a/www/typolight/MESSAGE +++ b/www/typolight/MESSAGE @@ -1,11 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2008/10/06 14:02:05 taca Exp $ +$NetBSD: MESSAGE,v 1.2 2008/12/11 16:28:05 taca Exp $ To complete the setup, please read: ${PREFIX}/share/doc/typolight/README - -Note: currently, PostgreSQL isn't tested well. - =========================================================================== diff --git a/www/typolight/Makefile b/www/typolight/Makefile index 832faadba23..2bbd95e772d 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2008/12/09 07:27:39 taca Exp $ +# $NetBSD: Makefile,v 1.6 2008/12/11 16:28:05 taca Exp $ # DISTNAME= typolight-${TL_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} |