Date: Mon, 27 May 2013 06:05:06 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319157 - head/sysutils/eiciel Message-ID: <201305270605.r4R656Ac054575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Mon May 27 06:05:06 2013 New Revision: 319157 URL: http://svnweb.freebsd.org/changeset/ports/319157 Log: . remove shlib ABI version from LIB_DEPENDS; . bump PORTREVISION; . remove the indefinite article from COMMENT. Modified: head/sysutils/eiciel/Makefile Modified: head/sysutils/eiciel/Makefile ============================================================================== --- head/sysutils/eiciel/Makefile Mon May 27 05:57:42 2013 (r319156) +++ head/sysutils/eiciel/Makefile Mon May 27 06:05:06 2013 (r319157) @@ -3,16 +3,16 @@ PORTNAME= eiciel PORTVERSION= 0.9.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME-based ACL editor, with integration into Nautilus +COMMENT= GNOME-based ACL editor, with integration into Nautilus LICENSE= GPLv2 -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes USES= pathfix pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305270605.r4R656Ac054575>