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/ginsu | |
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/ginsu')
-rw-r--r-- | net/ginsu/Makefile | 8 | ||||
-rw-r--r-- | net/ginsu/distinfo | 2 | ||||
-rw-r--r-- | net/ginsu/pkg-plist | 1 |
3 files changed, 4 insertions, 7 deletions
diff --git a/net/ginsu/Makefile b/net/ginsu/Makefile index 78460fd07585..84b96cbee8d7 100644 --- a/net/ginsu/Makefile +++ b/net/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> diff --git a/net/ginsu/distinfo b/net/ginsu/distinfo index b0f9d2c5826e..ea086d99b6df 100644 --- a/net/ginsu/distinfo +++ b/net/ginsu/distinfo @@ -1 +1 @@ -MD5 (ginsu-0.4.1.tar.gz) = ba42127603df940d8684d25e767a12c1 +MD5 (ginsu-0.5.3.tar.gz) = 8ce4341c459aae6fe64cdc71de19ef25 diff --git a/net/ginsu/pkg-plist b/net/ginsu/pkg-plist new file mode 100644 index 000000000000..9743309596df --- /dev/null +++ b/net/ginsu/pkg-plist @@ -0,0 +1 @@ +bin/ginsu |