diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 00:05:50 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 00:05:50 +0800 |
commit | dac46867b991fed6de6f3c5d51a97c88fc53bbe9 (patch) | |
tree | d50831d4e142840b45df36b80f49814e825fdc4d /misc/heyu2/Makefile | |
parent | d7e6b9c2d56ae7afdb93a52b58ee01ab2725060c (diff) | |
download | freebsd-ports-gnome-dac46867b991fed6de6f3c5d51a97c88fc53bbe9.tar.gz freebsd-ports-gnome-dac46867b991fed6de6f3c5d51a97c88fc53bbe9.tar.zst freebsd-ports-gnome-dac46867b991fed6de6f3c5d51a97c88fc53bbe9.zip |
- Update to 2.0beta5
PR: ports/94608
Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
Diffstat (limited to 'misc/heyu2/Makefile')
-rw-r--r-- | misc/heyu2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index 340115137c94..3e39a00f3818 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -6,11 +6,10 @@ # PORTNAME= heyu2 -PORTVERSION= 2.0.b.4 -PORTREVISION= 0 +PORTVERSION= 2.0.b.5 CATEGORIES= misc MASTER_SITES= http://www.heyu.org/download/ -DISTNAME= heyu-2.0beta.4 +DISTNAME= heyu-2.0beta.5 EXTRACT_SUFX= .tgz MAINTAINER= mstowe@chicago.us.mensa.org @@ -20,7 +19,7 @@ CONFLICTS= heyu-[0-9]* #IS_INTERACTIVE= yes ALL_TARGET= all -WRKSRC= ${WRKDIR}/heyu-2.0beta.4 +WRKSRC= ${WRKDIR}/heyu-2.0beta.5 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= freebsd |