diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-16 20:25:44 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-16 20:25:44 +0800 |
commit | 165db88dfd605ca3d4fa556f6b3f0113e3e50cc1 (patch) | |
tree | 8f36acc3ea8e2259a21c1608580618242d89227b /games/tinymux | |
parent | 8cad429fbb2ac3d436fc2e3b54f346ff913397a2 (diff) | |
download | freebsd-ports-gnome-165db88dfd605ca3d4fa556f6b3f0113e3e50cc1.tar.gz freebsd-ports-gnome-165db88dfd605ca3d4fa556f6b3f0113e3e50cc1.tar.zst freebsd-ports-gnome-165db88dfd605ca3d4fa556f6b3f0113e3e50cc1.zip |
- Update to 2.3.5.24 (fixes the fetch problem)
- Removed USE_BZIP2; now uses .tar.gz extension
PR: 90451
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: clement (mentor)
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 5 | ||||
-rw-r--r-- | games/tinymux/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 1fa9e9cb9350..7641787bba69 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinymux -PORTVERSION= 2.3.3.${PATCHLEVEL} +PORTVERSION= 2.3.5.${PATCHLEVEL} CATEGORIES= games net MASTER_SITES= ftp://ftp.tinymux.org/TinyMUX/tinymux-2.3/${PATCHLEVEL}/ \ http://www.tinymux.org/ \ @@ -16,14 +16,13 @@ DISTNAME= mux-${PORTVERSION}.unix MAINTAINER= ports@FreeBSD.org COMMENT= A Multi-Player FreeForm adventure Program -USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -PATCHLEVEL= 22 +PATCHLEVEL= 24 WRKSRC= ${WRKDIR}/mux2.3/src .if !defined(NOPORTDOCS) PORTDOCS= * diff --git a/games/tinymux/distinfo b/games/tinymux/distinfo index affe624e6e89..7351149824c4 100644 --- a/games/tinymux/distinfo +++ b/games/tinymux/distinfo @@ -1,3 +1,3 @@ -MD5 (mux-2.3.3.22.unix.tar.bz2) = 3a1bbe505789e14499e6662155572c1a -SHA256 (mux-2.3.3.22.unix.tar.bz2) = d9df7d7d8fed4567c9d62e3919e866974de0611822ab642812e8226d53948898 -SIZE (mux-2.3.3.22.unix.tar.bz2) = 831091 +MD5 (mux-2.3.5.24.unix.tar.gz) = 022a3257b6c6abb684f5ec4f2f6e6927 +SHA256 (mux-2.3.5.24.unix.tar.gz) = ab5b0b6ebd8018f9b2d24ebc7342b2d3a3b7b13ae4a50b8a5af11fbd2ba9228c +SIZE (mux-2.3.5.24.unix.tar.gz) = 995974 |