diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-09-16 18:15:34 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-09-16 18:15:34 +0000 |
commit | 0005115f5c7d7d4484909e6931240ba199f27998 (patch) | |
tree | c94b6c0b0ce66427bbd7e188e43fd9d3dabef4f0 /x11-fm | |
parent | 2d092b12f9eccec879b5c310bf0a98830d459ed5 (diff) | |
download | ports-0005115f5c7d7d4484909e6931240ba199f27998.tar.gz ports-0005115f5c7d7d4484909e6931240ba199f27998.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/pcmanfm/Makefile | 10 | ||||
-rw-r--r-- | x11-fm/pcmanfm/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index 1c85d05804c3..ad8ab1ae3ce4 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -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 diff --git a/x11-fm/pcmanfm/distinfo b/x11-fm/pcmanfm/distinfo index e9cdbfc62582..f1880f45adc3 100644 --- a/x11-fm/pcmanfm/distinfo +++ b/x11-fm/pcmanfm/distinfo @@ -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 |