diff options
author | green <green@FreeBSD.org> | 2000-02-19 11:31:29 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-02-19 11:31:29 +0800 |
commit | 690bbe041d38a780e42a319bb08f2d5380464f56 (patch) | |
tree | d7806109c0a8cf0fb5913343b5554f72347411ec | |
parent | 975b2cbac2b6feca75d11ca4756e12400db8ea5e (diff) | |
download | freebsd-ports-graphics-690bbe041d38a780e42a319bb08f2d5380464f56.tar.gz freebsd-ports-graphics-690bbe041d38a780e42a319bb08f2d5380464f56.tar.zst freebsd-ports-graphics-690bbe041d38a780e42a319bb08f2d5380464f56.zip |
Update to version 0.3.2, mostly a maintenance release. Some bits of
code are cleaned up, and the net code is updated. The manual page
has also been moved from section one to the proper section, six.
-rw-r--r-- | games/xpuyopuyo/Makefile | 4 | ||||
-rw-r--r-- | games/xpuyopuyo/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 41b9bce7ebc..c01c15ddd42 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= xpuyopuyo-0.3.1 +DISTNAME= xpuyopuyo-0.3.2 CATEGORIES= games MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ http://lenin.dabney.caltech.edu/~justins/xpuyopuyo/ @@ -26,6 +26,6 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" CONFIGURE_ARGS= --enable-rotate-fixed --without-gnome -MAN1= xpuyopuyo.1 +MAN6= xpuyopuyo.6 .include <bsd.port.mk> diff --git a/games/xpuyopuyo/distinfo b/games/xpuyopuyo/distinfo index 2d60dde18be..893a759f95f 100644 --- a/games/xpuyopuyo/distinfo +++ b/games/xpuyopuyo/distinfo @@ -1 +1 @@ -MD5 (xpuyopuyo-0.3.1.tar.gz) = dbf25c1bea719d19586643901ce0fc3d +MD5 (xpuyopuyo-0.3.2.tar.gz) = 40c224012bbaa23c9095322aac109811 |