diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-06-14 22:29:03 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-06-14 22:29:03 +0800 |
commit | f1f7ed3a9830ce6653b7c1bca396db672c6293db (patch) | |
tree | 4941036b2d8323e4cefc7ecf58915c8e5bc2aab2 /games | |
parent | 2e9fe1889a9629b6db053b6cd9cfbe25e037c6c1 (diff) | |
download | freebsd-ports-gnome-f1f7ed3a9830ce6653b7c1bca396db672c6293db.tar.gz freebsd-ports-gnome-f1f7ed3a9830ce6653b7c1bca396db672c6293db.tar.zst freebsd-ports-gnome-f1f7ed3a9830ce6653b7c1bca396db672c6293db.zip |
- Fix mastersite.
- portlint(1).
- Update to 0.4.0-1.
- Bump portrevision.
PR: ports/113484
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/abridge/Makefile | 10 | ||||
-rw-r--r-- | games/abridge/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile index 83485008a185..a5e28a0d592a 100644 --- a/games/abridge/Makefile +++ b/games/abridge/Makefile @@ -6,12 +6,12 @@ PORTNAME= abridge PORTVERSION= 0.4.0 -PORTREVISION= 6 -PORTREVISON= 1 +PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= http://www.abridgegame.org/src/ +MASTER_SITES= http://www.abridgegame.org/debian/unstable/ +DISTFILES= ${PORTNAME}_${PORTVERSION}-1${EXTRACT_SUFX} -MAINTAINER= Janos.Mohacsi@bsd.hu +MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Bridge game USE_WX= 2.4 @@ -24,7 +24,7 @@ PLIST_FILES= bin/abridge .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif .include <bsd.port.post.mk> diff --git a/games/abridge/distinfo b/games/abridge/distinfo index 29017a0f8a39..dd0d1bbb1110 100644 --- a/games/abridge/distinfo +++ b/games/abridge/distinfo @@ -1,3 +1,3 @@ -MD5 (abridge-0.4.0.tar.gz) = f02c5d4f726ca847e9aba39706bb67e9 -SHA256 (abridge-0.4.0.tar.gz) = 7dbb03aeb5b134603e0348511df90d754adb1a212c8875288299d99969e03505 -SIZE (abridge-0.4.0.tar.gz) = 177242 +MD5 (abridge_0.4.0-1.tar.gz) = bcd1e33441fe79ffd6d9b2109fa78a94 +SHA256 (abridge_0.4.0-1.tar.gz) = 2a4ef67961df4149223380a34f45b42ffd98f9513433e116ec7362a4a40013f4 +SIZE (abridge_0.4.0-1.tar.gz) = 164552 |