diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:40:46 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:40:46 +0800 |
commit | 9d1eded8f4df805861d9db199bc4a07e389e84b6 (patch) | |
tree | 7eaa6408532de9d4d68deeeb69a008e1380de18b /x11 | |
parent | d775f656daf2ac50d5ba52c363e17fa1ca5ab1bc (diff) | |
download | freebsd-ports-gnome-9d1eded8f4df805861d9db199bc4a07e389e84b6.tar.gz freebsd-ports-gnome-9d1eded8f4df805861d9db199bc4a07e389e84b6.tar.zst freebsd-ports-gnome-9d1eded8f4df805861d9db199bc4a07e389e84b6.zip |
- Update to 0.10.1
- Trim header
- Add patch for GLib 2.28
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libexo/Makefile | 22 | ||||
-rw-r--r-- | x11/libexo/distinfo | 4 | ||||
-rw-r--r-- | x11/libexo/pkg-plist | 3 |
3 files changed, 14 insertions, 15 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index f69e244086e8..1e9ba790e77a 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -1,23 +1,20 @@ -# New ports collection makefile for: libexo -# Date created: 23 October 2004 -# Whom: Matt Lancereau <ports@FreeBSD.org> -# +# Created by: Matt Lancereau <ports@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11/libexo/Makefile,v 1.1 2006/10/02 21:05:55 ahze Exp $ +# PORTNAME= libexo -PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.10.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R} DISTNAME= exo-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application library for the Xfce desktop environment -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI WRKSRC= ${WRKDIR}/${DISTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/lib//} @@ -33,8 +30,7 @@ USE_XFCE= configenv libmenu libutil USE_XORG= x11 USE_PKGCONFIG= build -CONFIGURE_ARGS+=--enable-gio-unix \ - --disable-gtk-doc-html +CONFIGURE_ARGS+=--disable-gtk-doc-html OPTIONS_DEFINE= DOCS NLS @@ -59,8 +55,10 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.if empty(PORT_OPTIONS:MNLS) post-patch: +# Downgrade GLib to 2.28 + @${REINPLACE_CMD} -e 's|2.30.|2.28.|g' ${WRKSRC}/configure +.if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in .endif diff --git a/x11/libexo/distinfo b/x11/libexo/distinfo index 9f028c332f10..dddc1754bb32 100644 --- a/x11/libexo/distinfo +++ b/x11/libexo/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/exo-0.8.0.tar.bz2) = 6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0 -SIZE (xfce4/exo-0.8.0.tar.bz2) = 1120701 +SHA256 (xfce4/exo-0.10.1.tar.bz2) = 34a6d14c58a12d3372eb810d05ae425b8c8c32ec976b99b6ad274c3f7b3f6896 +SIZE (xfce4/exo-0.10.1.tar.bz2) = 1136923 diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist index d68d2f24d221..c39d29224b2f 100644 --- a/x11/libexo/pkg-plist +++ b/x11/libexo/pkg-plist @@ -29,7 +29,7 @@ include/exo-1/exo/exo-xsession-client.h include/exo-1/exo/exo.h lib/libexo-1.la lib/libexo-1.so -lib/libexo-1.so.0 +lib/libexo-1.so.1 lib/xfce4/exo-1/exo-compose-mail-1 lib/xfce4/exo-1/exo-helper-1 libdata/pkgconfig/exo-1.pc @@ -135,6 +135,7 @@ share/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png %%NLS%%share/locale/sk/LC_MESSAGES/exo-1.mo %%NLS%%share/locale/sl/LC_MESSAGES/exo-1.mo %%NLS%%share/locale/sq/LC_MESSAGES/exo-1.mo +%%NLS%%share/locale/sr/LC_MESSAGES/exo-1.mo %%NLS%%share/locale/sv/LC_MESSAGES/exo-1.mo %%NLS%%share/locale/tl_PH/LC_MESSAGES/exo-1.mo %%NLS%%share/locale/tr/LC_MESSAGES/exo-1.mo |