From 56b8e2c093914d5c8bafd7d133e20898c0a5af7b Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 8 Jun 2010 07:47:07 +0000 Subject: Update to 2.31.5. Fix lmza support if it is in base. Wise lesson of the day: Not tested commits are bad mmmm-kay. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14217 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/yelp/Makefile | 9 +++++---- x11/yelp/distinfo | 6 +++--- x11/yelp/pkg-plist | 1 + 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'x11') diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index a3a6b27e3..8996dc0ab 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.157 2010/05/29 20:03:48 kwm Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.158 2010/06/04 17:48:42 kwm Exp $ # PORTNAME= yelp -PORTVERSION= 2.31.4 +PORTVERSION= 2.31.5 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -43,13 +43,14 @@ LDFLAGS+= -fstack-protector .endif .if ${OSVERSION} >= 900012 || (${OSVERSION} >= 800505 && ${OSVERSION} < 900000) -CONFIGURE_ENV+= YELP_LZMA_CFLAGS="/usr/include" \ - YELP_LZMA_LIBS="/usr/lib" +CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr/include" \ + YELP_LZMA_LIBS="-L/usr/lib -llzma" .else LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif pre-install: + @${MKDIR} ${PREFIX}/share/glib-2.0/schemas @${INSTALL_DATA} ${WRKSRC}/data/org.gnome.yelp.gschema.xml \ ${PREFIX}/share/glib-2.0/schemas diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo index c4dfcb392..345f74786 100644 --- a/x11/yelp/distinfo +++ b/x11/yelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/yelp-2.31.4.tar.bz2) = b9ba3e6338a1237c6f8c1ff0aca10d3c -SHA256 (gnome2/yelp-2.31.4.tar.bz2) = 2f1536a2e0de5225bfb1f7484100278fd233f5ff2162167c31efa4de25480dca -SIZE (gnome2/yelp-2.31.4.tar.bz2) = 1115072 +MD5 (gnome2/yelp-2.31.5.tar.bz2) = a3206553f7a099bce177bc8b465f20ee +SHA256 (gnome2/yelp-2.31.5.tar.bz2) = d6a95360c933f91c9e5a39fdf9b1ecbf8474d2c05411d94c2e7da8bc1341ccca +SIZE (gnome2/yelp-2.31.5.tar.bz2) = 1141808 diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index 1cceb98ed..7db91c26e 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -5,6 +5,7 @@ include/libyelp/yelp-document.h include/libyelp/yelp-info-document.h include/libyelp/yelp-location-entry.h include/libyelp/yelp-mallard-document.h +include/libyelp/yelp-man-document.h include/libyelp/yelp-settings.h include/libyelp/yelp-simple-document.h include/libyelp/yelp-transform.h -- cgit v1.2.3