Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 02:24:30 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/179903: [MAINTAINER] games/epiar: Change master sites, fix build
Message-ID:  <20130624002434.50C51C51@hub.freebsd.org>
Resent-Message-ID: <201306240030.r5O0U1jI067618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179903
>Category:       ports
>Synopsis:       [MAINTAINER] games/epiar: Change master sites, fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 24 00:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p8 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p8 FreeBSD 9.1-RELEASE-p8 #0: Tue Jun 18 15:25:28 UTC 2013
>Description:

- Bump portrevision
- Change master sites
- Remove dependency for BZIP2
- Add missing USE_AUTOTOOLS items
- Fix build
- Add DOCS Option
- Update WWW

Generated and tested manually, tested with port test and with RedPorts, sent  with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130623231601-28494/

>Fix:

--- epiar-0.5.1_2.patch begins here ---
diff -ruN /usr/ports/games/epiar/Makefile ./Makefile
--- /usr/ports/games/epiar/Makefile	2013-06-02 18:54:49.000000000 +0200
+++ ./Makefile	2013-06-24 02:19:54.000000000 +0200
@@ -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,23 +21,33 @@
 		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 automake autoheader autoconf
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal
 USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 
 PORTDOCS=	AUTHORS ChangeLog README
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
+run-autotools:
+	@${DO_NADA}
+
 pre-configure:
 	@${REINPLACE_CMD} -e 's|9.22|2.4|' ${WRKSRC}/configure.in
 	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications
diff -ruN /usr/ports/games/epiar/distinfo ./distinfo
--- /usr/ports/games/epiar/distinfo	2013-06-02 18:54:49.000000000 +0200
+++ ./distinfo	2013-06-23 21:47:30.000000000 +0200
@@ -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
diff -ruN /usr/ports/games/epiar/pkg-descr ./pkg-descr
--- /usr/ports/games/epiar/pkg-descr	2013-06-02 18:54:49.000000000 +0200
+++ ./pkg-descr	2013-06-23 14:55:33.000000000 +0200
@@ -14,5 +14,5 @@
 - Star Flight
 - Solar Winds
 
-WWW: http://epiar.net/
+WWW: http://web.archive.org/web/20130530061620/http://epiar.net/
 WWW: https://github.com/knowknowledge/Epiar/
--- epiar-0.5.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130624002434.50C51C51>