diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-05 14:00:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-05 14:00:12 +0800 |
commit | b2eaa2f1cdef7da36a37ffdc5a3f7df507bf6d9d (patch) | |
tree | 1aa08774cc4a94fb0a561c3185b9189b474cf49e /net-im/ginsu/Makefile | |
parent | cc776556a6672fc75fad1fde329ca87f99a507df (diff) | |
download | freebsd-ports-gnome-b2eaa2f1cdef7da36a37ffdc5a3f7df507bf6d9d.tar.gz freebsd-ports-gnome-b2eaa2f1cdef7da36a37ffdc5a3f7df507bf6d9d.tar.zst freebsd-ports-gnome-b2eaa2f1cdef7da36a37ffdc5a3f7df507bf6d9d.zip |
Save from destruction by updating to 0.5.3 and unbreaking.
This catches up with over a year of changes, so there are many functional
additions as well as extensive bugfixes. See Changelog.
Submitted by: Jason Stone <jason-fbsd-ports-ginsu@shalott.net> (maintainer)
Diffstat (limited to 'net-im/ginsu/Makefile')
-rw-r--r-- | net-im/ginsu/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/ginsu/Makefile b/net-im/ginsu/Makefile index 78460fd07585..84b96cbee8d7 100644 --- a/net-im/ginsu/Makefile +++ b/net-im/ginsu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ginsu -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.3 CATEGORIES= net MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/ @@ -16,12 +16,8 @@ COMMENT= A client for the gale secure instant messaging system BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc GNU_CONFIGURE= yes +USE_GMAKE= yes MAN1= ginsu.1 -PLIST_FILES= bin/ginsu - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-19 .include <bsd.port.mk> |