From owner-svn-ports-head@FreeBSD.ORG Sun Dec 29 12:35:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A42FBE21; Sun, 29 Dec 2013 12:35:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2E11156; Sun, 29 Dec 2013 12:35:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTCZAw0023599; Sun, 29 Dec 2013 12:35:10 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTCZA7O023597; Sun, 29 Dec 2013 12:35:10 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201312291235.rBTCZA7O023597@svn.freebsd.org> From: Johan van Selst Date: Sun, 29 Dec 2013 12:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337976 - head/games/eif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 12:35:10 -0000 Author: johans Date: Sun Dec 29 12:35:09 2013 New Revision: 337976 URL: http://svnweb.freebsd.org/changeset/ports/337976 Log: - Enable STAGE support - Correct perl path - Bump PORTREVISION Modified: head/games/eif/Makefile head/games/eif/pkg-plist Modified: head/games/eif/Makefile ============================================================================== --- head/games/eif/Makefile Sun Dec 29 12:33:06 2013 (r337975) +++ head/games/eif/Makefile Sun Dec 29 12:35:09 2013 (r337976) @@ -3,6 +3,7 @@ PORTNAME= eif PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= games ipv6 MASTER_SITES= http://www.stack.nl/~marcolz/empire/ \ ftp://ftp.stack.nl/pub/users/johans/eif/ @@ -10,14 +11,15 @@ MASTER_SITES= http://www.stack.nl/~marco MAINTAINER= johans@FreeBSD.org COMMENT= Empire text client -MAN1= eif.1 - GNU_CONFIGURE= yes +USES= shebangfix +SHEBANG_FILES= contrib/*.pl -NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e '/curout_isapipe/d' ${WRKSRC}/src/data.h + @${REINPLACE_CMD} -e '/cd .(pkglibdir)/s/cd /&$$(DESTDIR)/' \ + ${WRKSRC}/contrib/Makefile.in .include Modified: head/games/eif/pkg-plist ============================================================================== --- head/games/eif/pkg-plist Sun Dec 29 12:33:06 2013 (r337975) +++ head/games/eif/pkg-plist Sun Dec 29 12:35:09 2013 (r337976) @@ -21,4 +21,5 @@ lib/eif/pop.sh lib/eif/pwith lib/eif/swith lib/eif/with +man/man1/eif.1.gz @dirrm lib/eif