Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 13:58:59 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478695 - head/emulators/fs-uae-launcher
Message-ID:  <201809011358.w81DwxBe063632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Sep  1 13:58:58 2018
New Revision: 478695
URL: https://svnweb.freebsd.org/changeset/ports/478695

Log:
  - Update to 2.8.4
  - Use autoplist
  - Pass maintainership to submitter
  
  PR:		230445
  Submitted by:	Nathan <ndowens@yahoo.com>

Deleted:
  head/emulators/fs-uae-launcher/pkg-plist
Modified:
  head/emulators/fs-uae-launcher/Makefile
  head/emulators/fs-uae-launcher/distinfo

Modified: head/emulators/fs-uae-launcher/Makefile
==============================================================================
--- head/emulators/fs-uae-launcher/Makefile	Sat Sep  1 13:28:52 2018	(r478694)
+++ head/emulators/fs-uae-launcher/Makefile	Sat Sep  1 13:58:58 2018	(r478695)
@@ -2,23 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	fs-uae-launcher
-PORTVERSION=	2.4.1
+PORTVERSION=	2.8.4
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/fs-uae/stable/${PORTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ndowens@yahoo.com
 COMMENT=	GUI launcher for the FS-UAE Amiga emulator
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext gmake pathfix python:2.7 shebangfix
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
+USES=		gettext gmake pathfix python:3.4+ pyqt:5
+
+USE_PYTHON=	distutils autoplist
+USE_PYQT=	core sip gui widgets opengl
+
 INSTALLS_ICONS=	yes
-MAKE_ARGS=	DESTDIR=${STAGEDIR} prefix=${PREFIX}
+MAKE_ARGS+=	DESTDIR=${STAGEDIR} prefix=${PREFIX} PYTHON=${PYTHON_CMD}
 
-do-build:
-	(cd ${WRKSRC} && ${PYTHON_CMD} setup.py build)
-	(cd ${WRKSRC} && ${PYTHON_CMD} \
-		setup.py install --root ${STAGEDIR} --prefix ${PREFIX})
+PYDISTUTILS_INSTALLARGS+=	--install-lib=${PYTHON_SITELIBDIR}
 
 .include <bsd.port.mk>

Modified: head/emulators/fs-uae-launcher/distinfo
==============================================================================
--- head/emulators/fs-uae-launcher/distinfo	Sat Sep  1 13:28:52 2018	(r478694)
+++ head/emulators/fs-uae-launcher/distinfo	Sat Sep  1 13:58:58 2018	(r478695)
@@ -1,2 +1,3 @@
-SHA256 (fs-uae-launcher-2.4.1.tar.gz) = 77a22a7a2dee7eef42fc5eb735624bf5760488df1628431e4fbc05da90ee04dd
-SIZE (fs-uae-launcher-2.4.1.tar.gz) = 8069483
+TIMESTAMP = 1535724625
+SHA256 (fs-uae-launcher-2.8.4.tar.gz) = a7d7dcfc028041aaf89962e541dc542802d323884f5524964e464ae0e10c312d
+SIZE (fs-uae-launcher-2.8.4.tar.gz) = 8791728



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