Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 18:42:16 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367464 - head/graphics/mirage
Message-ID:  <201409061842.s86IgGw9054664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Sep  6 18:42:16 2014
New Revision: 367464
URL: http://svnweb.freebsd.org/changeset/ports/367464
QAT: https://qat.redports.org/buildarchive/r367464/

Log:
  - Development and homepage moved to SourceForge
  - Convert to USES=python, use option helper
  - Needs USES=desktop-file-utils, bump PORTREVISION
  - Strip binaries

Modified:
  head/graphics/mirage/Makefile
  head/graphics/mirage/pkg-descr

Modified: head/graphics/mirage/Makefile
==============================================================================
--- head/graphics/mirage/Makefile	Sat Sep  6 18:13:40 2014	(r367463)
+++ head/graphics/mirage/Makefile	Sat Sep  6 18:42:16 2014	(r367464)
@@ -3,19 +3,18 @@
 
 PORTNAME=	mirage
 PORTVERSION=	0.9.5.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
-MASTER_SITES=	BERLIOS/mirageiv
+MASTER_SITES=	SF/${PORTNAME}iv
 
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Fast and simple image viewer
 
 LICENSE=	GPLv3
 
-USES=		gettext tar:bzip2
+USES=		desktop-file-utils gettext python tar:bzip2
 USE_GNOME=	gtk20 pygtk2
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	Mirage
 
 PORTDOCS=	CHANGELOG README TODO TRANSLATORS
@@ -23,11 +22,7 @@ PORT_VERBS=	${PORTNAME} imgfuncs
 
 OPTIONS_DEFINE=	DOCS GNOME
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGNOME}
-USE_GNOME+=	pygnome2
-.endif
+GNOME_USE=	GNOME=pygnome2
 
 post-patch:
 	@${REINPLACE_CMD} -e \
@@ -36,5 +31,7 @@ post-patch:
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+	(cd ${STAGEDIR}${PYTHON_SITELIBDIR} && ${STRIP_CMD} \
+		imgfuncs.so xmouse.so)
 
 .include <bsd.port.mk>

Modified: head/graphics/mirage/pkg-descr
==============================================================================
--- head/graphics/mirage/pkg-descr	Sat Sep  6 18:13:40 2014	(r367463)
+++ head/graphics/mirage/pkg-descr	Sat Sep  6 18:42:16 2014	(r367464)
@@ -9,4 +9,4 @@ Mirage is a fast and simple GTK+ image v
 - Command-line access
 - Configurable interface
 
-WWW: http://mirageiv.berlios.de/
+WWW: http://mirageiv.sourceforge.net/



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