cvs commit: ports/games/abridge Makefile distinfo
Andrew Pantyukhin
sat at FreeBSD.org
Thu Jun 14 14:56:59 UTC 2007
On 6/14/07, Jean Milanez Melo <jmelo at freebsd.org> wrote:
> jmelo 2007-06-14 14:29:03 UTC
>
> FreeBSD ports repository
>
> Modified files:
> games/abridge Makefile distinfo
> Log:
> - Fix mastersite.
> - portlint(1).
> - Update to 0.4.0-1.
> - Bump portrevision.
>
> PR: ports/113484
> Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer)
>
> Revision Changes Path
> 1.15 +5 -5 ports/games/abridge/Makefile
> 1.4 +3 -3 ports/games/abridge/distinfo
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
>
>
> Index: ports/games/abridge/Makefile
> diff -u ports/games/abridge/Makefile:1.14 ports/games/abridge/Makefile:1.15
> --- ports/games/abridge/Makefile:1.14 Sat May 19 20:05:16 2007
> +++ ports/games/abridge/Makefile Thu Jun 14 14:29:03 2007
> @@ -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}
The proper way to deal with this:
DISTVERSION=0.4.0-1
DISTNAME=${PORTNAME}_${DISTVERSION}
> -MAINTAINER= Janos.Mohacsi at bsd.hu
> +MAINTAINER= janos.mohacsi at bsd.hu
> COMMENT= Bridge game
>
> USE_WX= 2.4
> @@ -24,7 +24,7 @@
> .include <bsd.port.pre.mk>
>
> .if ${ARCH} != "i386"
> -BROKEN= "Does not compile on !i386"
> +BROKEN= Does not compile on !i386
> .endif
We now have this ONLY_FOR_ARCHS macro.
More information about the cvs-all
mailing list