diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
commit | 659ae5f671621168b5422da58b6dcb246f510611 (patch) | |
tree | c071769bfc107a2663404651db1a2a29a9d85c31 /graphics/poppler-glib | |
parent | 9c185be14dea93a7be1396360eccc508489c375b (diff) | |
download | freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.tar.gz freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.tar.zst freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.zip |
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
on poppler.
Submitted by: kwm (poppler* part)
Diffstat (limited to 'graphics/poppler-glib')
-rw-r--r-- | graphics/poppler-glib/Makefile | 12 | ||||
-rw-r--r-- | graphics/poppler-glib/pkg-plist | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/graphics/poppler-glib/Makefile b/graphics/poppler-glib/Makefile index 0118fa24b6f0..68de97946685 100644 --- a/graphics/poppler-glib/Makefile +++ b/graphics/poppler-glib/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: poppler-gtk -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -glib MAINTAINER= gnome@FreeBSD.org @@ -17,7 +13,7 @@ SLAVEPORT= glib PLIST= ${.CURDIR}/pkg-plist pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} libpoppler-cairo.la .include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-glib/pkg-plist b/graphics/poppler-glib/pkg-plist index d8bc721df4a0..5c2ed78f4cd3 100644 --- a/graphics/poppler-glib/pkg-plist +++ b/graphics/poppler-glib/pkg-plist @@ -30,6 +30,8 @@ libdata/pkgconfig/poppler-glib.pc %%DOCSDIR%%/poppler/api-index-0-14.html %%DOCSDIR%%/poppler/api-index-0-16.html %%DOCSDIR%%/poppler/api-index-0-18.html +%%DOCSDIR%%/poppler/api-index-0-20.html +%%DOCSDIR%%/poppler/api-index-0-22.html %%DOCSDIR%%/poppler/api-index-deprecated.html %%DOCSDIR%%/poppler/api-index-full.html %%DOCSDIR%%/poppler/ch01.html |