Date: Mon, 27 Jan 2014 16:34:39 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341425 - head/security/gnomint Message-ID: <201401271634.s0RGYdf9092100@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 +@dirrmtry etc/gconf/schemas +@dirrmtry etc/gconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271634.s0RGYdf9092100>