svn commit: r383744 - head/x11/menu-cache
Olivier Duchateau
olivierd at FreeBSD.org
Fri Apr 10 17:12:47 UTC 2015
Author: olivierd
Date: Fri Apr 10 17:12:44 2015
New Revision: 383744
URL: https://svnweb.freebsd.org/changeset/ports/383744
Log:
- Update to 1.0.0
- Add LICENSE
- Adjust dependencies
- Enhance description
PR: 198770
Submitted by: myself
Approved by: maintainer (timeout, 3 weeks)
Modified:
head/x11/menu-cache/Makefile
head/x11/menu-cache/distinfo
head/x11/menu-cache/pkg-descr
head/x11/menu-cache/pkg-plist
Modified: head/x11/menu-cache/Makefile
==============================================================================
--- head/x11/menu-cache/Makefile Fri Apr 10 17:08:00 2015 (r383743)
+++ head/x11/menu-cache/Makefile Fri Apr 10 17:12:44 2015 (r383744)
@@ -2,23 +2,26 @@
# $FreeBSD$
PORTNAME= menu-cache
-PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTVERSION= 1.0.0
CATEGORIES= x11
-MASTER_SITES= SF/lxde/menu-cache/menu-cache%20$${PORTVERSION:R}.x/
+MASTER_SITES= SF/lxde/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= horia at racoviceanu.com
-COMMENT= The menu-cache portion of LXDE
+COMMENT= Library used to read freedesktop.org menus
-USES= fam gmake pathfix pkgconfig libtool
+LICENSE= LGPL21
+
+LIB_DEPENDS= libfm-extra.so:${PORTSDIR}/x11/libfm-extra
+
+USES= gmake pathfix pkgconfig libtool tar:xz
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmenu-cache.so.3
+CONFIGURE_ARGS=--disable-static
.include <bsd.port.mk>
Modified: head/x11/menu-cache/distinfo
==============================================================================
--- head/x11/menu-cache/distinfo Fri Apr 10 17:08:00 2015 (r383743)
+++ head/x11/menu-cache/distinfo Fri Apr 10 17:12:44 2015 (r383744)
@@ -1,2 +1,2 @@
-SHA256 (menu-cache-0.5.1.tar.gz) = 08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122
-SIZE (menu-cache-0.5.1.tar.gz) = 406329
+SHA256 (menu-cache-1.0.0.tar.xz) = ff7df437bbfd3119c5f662c6d209b98f15de03a7203308c6b56a4c1e1d419aaf
+SIZE (menu-cache-1.0.0.tar.xz) = 261988
Modified: head/x11/menu-cache/pkg-descr
==============================================================================
--- head/x11/menu-cache/pkg-descr Fri Apr 10 17:08:00 2015 (r383743)
+++ head/x11/menu-cache/pkg-descr Fri Apr 10 17:12:44 2015 (r383744)
@@ -1,3 +1,4 @@
-Utility which provides menu cache functionality for LXDE.
+Libmenu-cache is a library creating and utilizing caches to speed up the
+manipulation for freedesktop.org defined application menus.
WWW: http://lxde.org/
Modified: head/x11/menu-cache/pkg-plist
==============================================================================
--- head/x11/menu-cache/pkg-plist Fri Apr 10 17:08:00 2015 (r383743)
+++ head/x11/menu-cache/pkg-plist Fri Apr 10 17:12:44 2015 (r383744)
@@ -1,8 +1,7 @@
include/menu-cache/menu-cache.h
-lib/libmenu-cache.a
lib/libmenu-cache.so
lib/libmenu-cache.so.3
-lib/libmenu-cache.so.3.0.1
+lib/libmenu-cache.so.3.1.0
libdata/pkgconfig/libmenu-cache.pc
libexec/menu-cache/menu-cache-gen
libexec/menu-cache/menu-cached
More information about the svn-ports-all
mailing list