diff options
author | wiz <wiz> | 2011-01-18 10:27:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-18 10:27:30 +0000 |
commit | 262d51ae307dbabdc1892937be5497f330335aa1 (patch) | |
tree | a041e5c28f65999c301ae5caca7955435b484c39 /net/gofish/Makefile | |
parent | 052f328e8adb8ac9b9f7bf4a2847cc6b4249e739 (diff) | |
download | pkgsrc-262d51ae307dbabdc1892937be5497f330335aa1.tar.gz |
Update to 1.2, provided by maintainer Emil Skoeldberg in PR 44406.
While here, set LICENSE.
Changes for 1.2
* HTTP directory temp files now use tmpdir
* updated code to kernel standards
* mkcache ignores more directories
Diffstat (limited to 'net/gofish/Makefile')
-rw-r--r-- | net/gofish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gofish/Makefile b/net/gofish/Makefile index d7a75681adb..aa97a5b97a0 100644 --- a/net/gofish/Makefile +++ b/net/gofish/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2011/01/17 16:14:58 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2011/01/18 10:27:30 wiz Exp $ -DISTNAME= gofish-1.1 -PKGREVISION= 2 +DISTNAME= gofish-1.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gofish/} MAINTAINER= esg@sdf.lonestar.org HOMEPAGE= http://gofish.sourceforge.net/ COMMENT= Gopher server +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |