diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-16 17:10:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-16 17:10:53 +0800 |
commit | 302c321294e280d4815873cd1f26e01b7bd6b5c9 (patch) | |
tree | ec5e1fbfecd13bd04e1f58f7ff217fa46e7ffad8 /print | |
parent | 98343caab2dd9245978017c805a132fff4c209ad (diff) | |
download | freebsd-ports-gnome-302c321294e280d4815873cd1f26e01b7bd6b5c9.tar.gz freebsd-ports-gnome-302c321294e280d4815873cd1f26e01b7bd6b5c9.tar.zst freebsd-ports-gnome-302c321294e280d4815873cd1f26e01b7bd6b5c9.zip |
- Update to 2.2.0
- Do not install README
- Sort PLIST
Changes: http://libharu.org/wiki/Main_Page#libHaru_2.2.0_released
PR: ports/151461
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'print')
-rw-r--r-- | print/libharu/Makefile | 9 | ||||
-rw-r--r-- | print/libharu/distinfo | 6 | ||||
-rw-r--r-- | print/libharu/pkg-plist | 10 |
3 files changed, 9 insertions, 16 deletions
diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 9456ad08c534..50056ac89543 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libharu -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= print MASTER_SITES= http://libharu.org/files/ @@ -22,10 +21,4 @@ CONFIGURE_ARGS= --with-png=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) -.endif - .include <bsd.port.mk> diff --git a/print/libharu/distinfo b/print/libharu/distinfo index 298dd4b8e236..674df89731c0 100644 --- a/print/libharu/distinfo +++ b/print/libharu/distinfo @@ -1,3 +1,3 @@ -MD5 (libharu-2.1.0.tar.gz) = 0623b8fb08ae1b28af08b2cdbd66b662 -SHA256 (libharu-2.1.0.tar.gz) = 3c1f22ca55af6714b072866e212b38b082004783df7ce6ef61bb337c29101b09 -SIZE (libharu-2.1.0.tar.gz) = 2050828 +MD5 (libharu-2.2.0.tar.gz) = ed70f7eb411fd6a5e741f755e7e9c7c3 +SHA256 (libharu-2.2.0.tar.gz) = 5f89f48bd0d5718e0cf764dbae8a46d5505b086c849601af0fd0b2069d2925bf +SIZE (libharu-2.2.0.tar.gz) = 969195 diff --git a/print/libharu/pkg-plist b/print/libharu/pkg-plist index ab2659ccac8b..0b828ffc492a 100644 --- a/print/libharu/pkg-plist +++ b/print/libharu/pkg-plist @@ -18,18 +18,18 @@ include/hpdf_image.h include/hpdf_info.h include/hpdf_list.h include/hpdf_mmgr.h +include/hpdf_namedict.h include/hpdf_objects.h include/hpdf_outline.h include/hpdf_page_label.h include/hpdf_pages.h +include/hpdf_pdfa.h include/hpdf_streams.h include/hpdf_types.h include/hpdf_u3d.h include/hpdf_utils.h include/hpdf_version.h -lib/libhpdf.so -lib/libhpdf-2.1.0.so -lib/libhpdf.la +lib/libhpdf-2.2.0.so lib/libhpdf.a -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% +lib/libhpdf.la +lib/libhpdf.so |