svn commit: r361116 - head/security/parano

Pawel Pekala pawel at FreeBSD.org
Mon Jul 7 18:54:00 UTC 2014


Author: pawel
Date: Mon Jul  7 18:53:59 2014
New Revision: 361116
URL: http://svnweb.freebsd.org/changeset/ports/361116
QAT: https://qat.redports.org/buildarchive/r361116/

Log:
  - Add staging support
  - Remove leading article from COMMENT
  - Convert to USES=shared-mime-info
  - Needs USES=desktop-file-utils, bump PORTREVISION

Modified:
  head/security/parano/Makefile
  head/security/parano/pkg-plist

Modified: head/security/parano/Makefile
==============================================================================
--- head/security/parano/Makefile	Mon Jul  7 18:43:59 2014	(r361115)
+++ head/security/parano/Makefile	Mon Jul  7 18:53:59 2014	(r361116)
@@ -3,19 +3,20 @@
 
 PORTNAME=	parano
 PORTVERSION=	0.3.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	BERLIOS
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A Gnome program to deal with hashfiles
+COMMENT=	Gnome program to deal with hashfiles
 
 USE_GNOME=	pygnome2
 USE_PYTHON=	yes
-USES=		gettext gmake
+USES=		desktop-file-utils gettext gmake shared-mime-info
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-update-mime-database
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/parano/pkg-plist
==============================================================================
--- head/security/parano/pkg-plist	Mon Jul  7 18:43:59 2014	(r361115)
+++ head/security/parano/pkg-plist	Mon Jul  7 18:53:59 2014	(r361116)
@@ -11,9 +11,5 @@ share/mime-info/parano.mime
 %%DATADIR%%/parano.glade
 share/pixmaps/parano-icon.png
 @dirrm %%DATADIR%%
- at dirrmtry share/mime-info
 @dirrmtry share/locale/sv_SE/LC_MESSAGES
 @dirrmtry share/locale/sv_SE
- at dirrmtry share/application-registry
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime


More information about the svn-ports-all mailing list