diff options
author | pav <pav@FreeBSD.org> | 2005-02-07 07:07:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-07 07:07:01 +0800 |
commit | 1abfa9d08702ae7f2dc3a6c5c2e8390993d52395 (patch) | |
tree | c56e29b04b84e3d3393d5e3a5b3ee74eb13c4de1 /games | |
parent | 1e20c94ed4ee401e534cc887f817f5472b6e7a14 (diff) | |
download | freebsd-ports-gnome-1abfa9d08702ae7f2dc3a6c5c2e8390993d52395.tar.gz freebsd-ports-gnome-1abfa9d08702ae7f2dc3a6c5c2e8390993d52395.tar.zst freebsd-ports-gnome-1abfa9d08702ae7f2dc3a6c5c2e8390993d52395.zip |
- Update to 0.5.1
PR: ports/77134
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/briquolo/Makefile | 5 | ||||
-rw-r--r-- | games/briquolo/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 1001aa9e3e88..5428e45b7423 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= briquolo -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -30,8 +30,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|="-Wall"|="$$CXXFLAGS"|g ; \ - s|-O3||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/configure @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' diff --git a/games/briquolo/distinfo b/games/briquolo/distinfo index 723aac9a7229..1d9283660475 100644 --- a/games/briquolo/distinfo +++ b/games/briquolo/distinfo @@ -1,2 +1,2 @@ -MD5 (briquolo-0.5.tar.bz2) = 43489dd256d0b91d6efe0fd6defb3c7f -SIZE (briquolo-0.5.tar.bz2) = 2495042 +MD5 (briquolo-0.5.1.tar.bz2) = 7975bda39bc9811e490b37ccc93dbff2 +SIZE (briquolo-0.5.1.tar.bz2) = 2499223 |