From owner-svn-ports-head@FreeBSD.ORG Tue Jun 25 18:32:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D58CD2A6; Tue, 25 Jun 2013 18:32:59 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AEB211C97; Tue, 25 Jun 2013 18:32:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5PIWxAo006670; Tue, 25 Jun 2013 18:32:59 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5PIWx6J006664; Tue, 25 Jun 2013 18:32:59 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306251832.r5PIWx6J006664@svn.freebsd.org> From: William Grzybowski Date: Tue, 25 Jun 2013 18:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321756 - head/games/epiar 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.14 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: Tue, 25 Jun 2013 18:32:59 -0000 Author: wg Date: Tue Jun 25 18:32:58 2013 New Revision: 321756 URL: http://svnweb.freebsd.org/changeset/ports/321756 Log: games/epiar: fix build - Use github [1] - Add DOCS option [1] - Fix build with USE_AUTOTOOLS PR: ports/179903 Submitted by: nemysis [1] (maintainer) Modified: head/games/epiar/Makefile head/games/epiar/distinfo head/games/epiar/pkg-descr Modified: head/games/epiar/Makefile ============================================================================== --- head/games/epiar/Makefile Tue Jun 25 18:20:39 2013 (r321755) +++ head/games/epiar/Makefile Tue Jun 25 18:32:58 2013 (r321756) @@ -3,9 +3,9 @@ PORTNAME= epiar PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://epiar.net/files/epiar/releases/0.5/ +MASTER_SITES= GH MAINTAINER= nemysis@gmx.ch COMMENT= Space trading/exploring sim with RPG elements @@ -21,20 +21,25 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ xml2:${PORTSDIR}/textproc/libxml2 \ physfs:${PORTSDIR}/devel/physfs +USE_GITHUB= yes +GH_ACCOUNT= knowknowledge +GH_PROJECT= Epiar +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 44046e3 + USES= pkgconfig -USE_BZIP2= yes USE_SDL= image mixer sdl USE_GL= glu +USE_AUTOTOOLS= aclocal autoheader automake autoconf +AUTOMAKE_ARGS= --add-missing +ACLOCAL_ARGS= GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal USE_GMAKE= yes MAKE_JOBS_SAFE= yes PORTDOCS= AUTHORS ChangeLog README -pre-configure: - @${REINPLACE_CMD} -e 's|9.22|2.4|' ${WRKSRC}/configure.in - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) +OPTIONS_DEFINE= DOCS .include Modified: head/games/epiar/distinfo ============================================================================== --- head/games/epiar/distinfo Tue Jun 25 18:20:39 2013 (r321755) +++ head/games/epiar/distinfo Tue Jun 25 18:32:58 2013 (r321756) @@ -1,2 +1,2 @@ -SHA256 (epiar-0.5.1.tar.bz2) = d2ef0dc7cf841a33258683a98b24f8a6c27dc53458190372097827fcf352b072 -SIZE (epiar-0.5.1.tar.bz2) = 26291752 +SHA256 (epiar-0.5.1.tar.gz) = c9274ace5905ede50a55fc08375a0e6c30eca63aed233c8322ff37ebd31144cd +SIZE (epiar-0.5.1.tar.gz) = 27529265 Modified: head/games/epiar/pkg-descr ============================================================================== --- head/games/epiar/pkg-descr Tue Jun 25 18:20:39 2013 (r321755) +++ head/games/epiar/pkg-descr Tue Jun 25 18:32:58 2013 (r321756) @@ -14,5 +14,4 @@ Other notable games of this genre includ - Star Flight - Solar Winds -WWW: http://epiar.net/ WWW: https://github.com/knowknowledge/Epiar/