On Wed, Mar 19, 2008 at 06:56:05AM +0000, Beech Rintoul wrote: > beech 2008-03-19 06:56:05 UTC > > FreeBSD ports repository > > Modified files: > games/blockade Makefile > Log: > - Remove USE_X_PREFIX > - Bump portrevision
Apparently the log message does not describe what exactly was changed: s/USE_XLIB/USE_XORG/ is not the same as removing of USE_X_PREFIX. ./danfe --- ports/games/blockade/Makefile 2007/05/19 20:05:31 1.11 +++ ports/games/blockade/Makefile 2008/03/19 06:56:05 1.12 @@ -2,12 +2,12 @@ # Date created: 29 May 1999 # Whom: Chris Piazza <[EMAIL PROTECTED]> # -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/games/blockade/Makefile,v 1.11 2007/05/19 20:05:31 flz Exp $ +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/games/blockade/Makefile,v 1.12 2008/03/19 06:56:05 beech Exp $ # PORTNAME= blockade PORTVERSION= 1.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.geocities.com/TimesSquare/Zone/5267/ DISTFILES= blockade-1_00-linux.tar.gz @@ -15,7 +15,7 @@ DISTFILES= blockade-1_00-linux.tar.gz MAINTAINER= [EMAIL PROTECTED] COMMENT= An X version of the `blockade' Macintosh game -USE_XLIB= yes +USE_XORG= x11 MAN6= blockade.6 PLIST_FILES= bin/blockade _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
