svn commit: r397823 - head/games/wesnoth

Bartek Rutkowski robak at FreeBSD.org
Fri Sep 25 14:02:09 UTC 2015


Author: robak
Date: Fri Sep 25 14:02:08 2015
New Revision: 397823
URL: https://svnweb.freebsd.org/changeset/ports/397823

Log:
  games/wesnoth: add portscout information
  
  - Fix PORTREVISION position
  
  PR:		203310
  Submitted by:	Torsten Zuhlsdorff <ports at toco-domains.de> (maintainer)

Modified:
  head/games/wesnoth/Makefile

Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile	Fri Sep 25 13:15:46 2015	(r397822)
+++ head/games/wesnoth/Makefile	Fri Sep 25 14:02:08 2015	(r397823)
@@ -2,8 +2,8 @@
 
 PORTNAME=	wesnoth
 PORTVERSION=	1.12.4
-PORTEPOCH=	1
 PORTREVISION=	1
+PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
 		http://files.wesnoth.org/ \
@@ -23,6 +23,8 @@ LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR
 
 LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
 
+PORTSCOUT=	limitw:1,even
+
 USE_SDL=	image mixer net ttf
 USE_GNOME=	pango
 USES=		cmake cpe pkgconfig shebangfix tar:bzip2


More information about the svn-ports-all mailing list