Date: Mon, 16 Sep 2013 18:15:35 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327434 - head/x11-fm/pcmanfm Message-ID: <201309161815.r8GIFZqB027467@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Mon Sep 16 18:15:34 2013 New Revision: 327434 URL: http://svnweb.freebsd.org/changeset/ports/327434 Log: - Update to 1.1.2 - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS Approved by: wxs/wg/pawel (mentors) Modified: head/x11-fm/pcmanfm/Makefile head/x11-fm/pcmanfm/distinfo Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Mon Sep 16 18:12:58 2013 (r327433) +++ head/x11-fm/pcmanfm/Makefile Mon Sep 16 18:15:34 2013 (r327434) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= pcmanfm -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= PCMan File Manager LICENSE= GPLv2 -LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ - fm-gtk.4:${PORTSDIR}/x11/libfm +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libfm-gtk.so.4:${PORTSDIR}/x11/libfm +USES= gmake pkgconfig USE_GNOME= gtk20 USE_AUTOTOOLS= libtool -USES= gmake pkgconfig USE_FAM= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-fm/pcmanfm/distinfo ============================================================================== --- head/x11-fm/pcmanfm/distinfo Mon Sep 16 18:12:58 2013 (r327433) +++ head/x11-fm/pcmanfm/distinfo Mon Sep 16 18:15:34 2013 (r327434) @@ -1,2 +1,2 @@ -SHA256 (pcmanfm-1.1.1.tar.gz) = b81fb3ff8dc7c28a6bae795f6f76bcbc5324e8ac02e5f346aa2466896a11c2bc -SIZE (pcmanfm-1.1.1.tar.gz) = 418023 +SHA256 (pcmanfm-1.1.2.tar.gz) = 23ee33b34066ac83ce9a98bc9930049e69839438fb60489bd453bec8c2068950 +SIZE (pcmanfm-1.1.2.tar.gz) = 434785
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161815.r8GIFZqB027467>