svn commit: r341425 - head/security/gnomint

Bernhard Froehlich decke at FreeBSD.org
Mon Jan 27 16:34:40 UTC 2014


Author: decke
Date: Mon Jan 27 16:34:39 2014
New Revision: 341425
URL: http://svnweb.freebsd.org/changeset/ports/341425
QAT: https://qat.redports.org/buildarchive/r341425/

Log:
  - Stagify
  - Update dependencies to new shlib format
  - Bump PORTREVISION
  
  PR:		ports/185556
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com> (maintainer)

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

Modified: head/security/gnomint/Makefile
==============================================================================
--- head/security/gnomint/Makefile	Mon Jan 27 16:31:54 2014	(r341424)
+++ head/security/gnomint/Makefile	Mon Jan 27 16:34:39 2014	(r341425)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnomint
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -11,20 +11,20 @@ MAINTAINER=	kevinz5000 at gmail.com
 COMMENT=	X.509 Certification Authority management tool
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt \
-		gnutls:${PORTSDIR}/security/gnutls \
-		sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+		libgnutls.so:${PORTSDIR}/security/gnutls \
+		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 GNU_CONFIGURE=	yes
 USES=		gmake perl5 pkgconfig
 USE_GNOME=	gconf2 gdkpixbuf2 glib20 gtk20
-CFLAGS:=	${CFLAGS:C/-Werror//}
 
+CFLAGS:=	${CFLAGS:C/-Werror//}
 
 OPTIONS_DEFINE=	NLS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/security/gnomint/pkg-plist
==============================================================================
--- head/security/gnomint/pkg-plist	Mon Jan 27 16:31:54 2014	(r341424)
+++ head/security/gnomint/pkg-plist	Mon Jan 27 16:34:39 2014	(r341425)
@@ -72,3 +72,5 @@ etc/gconf/schemas/gnomint.schemas
 %%NLS%%@dirrmtry lib/locale/sv/LC_MESSAGES
 %%NLS%%@dirrmtry lib/locale/sv
 %%NLS%%@dirrmtry lib/locale
+ at dirrmtry etc/gconf/schemas
+ at dirrmtry etc/gconf


More information about the svn-ports-all mailing list