diff options
author | makc <makc@FreeBSD.org> | 2012-05-15 18:50:39 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-05-15 18:50:39 +0800 |
commit | d0eb199b50810866a9bdb9367a081ba30cd7f056 (patch) | |
tree | e2fb052664baddf16e6d8411d151eecc9c0e963f /games | |
parent | 9835f1d331578f60aef37ad00f97c398776725e8 (diff) | |
download | freebsd-ports-gnome-d0eb199b50810866a9bdb9367a081ba30cd7f056.tar.gz freebsd-ports-gnome-d0eb199b50810866a9bdb9367a081ba30cd7f056.tar.zst freebsd-ports-gnome-d0eb199b50810866a9bdb9367a081ba30cd7f056.zip |
Update to 2.6.5.33 and unbreak
PR: ports/167778
Submitted by: Stephen Dennis <brazilofmux at gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/tinymux/Makefile | 9 | ||||
-rw-r--r-- | games/tinymux/distinfo | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index a38dae6dcafe..5c363c4f9f71 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -7,10 +7,9 @@ PORTNAME= tinymux PORTVERSION= 2.6.5.${PATCHLEVEL} -PORTREVISION= 2 CATEGORIES= games net MASTER_SITES= GOOGLE_CODE \ - ftp://ftp.tinymux.org/TinyMUX/tinymux-2.6/${PATCHLEVEL}/ + ftp://ftp.tinymux.org/TinyMUX/old/tinymux-2.6/ DISTNAME= mux-${PORTVERSION}.unix MAINTAINER= ports@FreeBSD.org @@ -28,14 +27,10 @@ PORTDOCS= * CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PATCHLEVEL= 32 +PATCHLEVEL= 33 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 -BROKEN= does not build -.endif - post-patch: @${REINPLACE_CMD} -e \ '/^LIBS/s|= @LIBS@|= @LDFLAGS@ @LIBS@|g ; \ diff --git a/games/tinymux/distinfo b/games/tinymux/distinfo index 7c5517be8cf0..7d2bb441819c 100644 --- a/games/tinymux/distinfo +++ b/games/tinymux/distinfo @@ -1,2 +1,2 @@ -SHA256 (mux-2.6.5.32.unix.tar.gz) = 31a0367308039a33fb48c846eab1164be562d118402bf1e4264de6b99fc97261 -SIZE (mux-2.6.5.32.unix.tar.gz) = 983934 +SHA256 (mux-2.6.5.33.unix.tar.gz) = 5f4d98be11a72ca5cd947308f69052c681bffecd32130d39fd1c58e577c5637e +SIZE (mux-2.6.5.33.unix.tar.gz) = 984137 |