diff options
author | rene <rene@FreeBSD.org> | 2014-06-18 02:39:34 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-06-18 02:39:34 +0800 |
commit | 1963479b04bc198b6fbea7f0385d30056749aa91 (patch) | |
tree | b071cb41ba1a596b59d6d211e0b729242233a271 /textproc | |
parent | 540a253aba8f98975d69ef54a5de1cf8741fe89b (diff) | |
download | freebsd-ports-gnome-1963479b04bc198b6fbea7f0385d30056749aa91.tar.gz freebsd-ports-gnome-1963479b04bc198b6fbea7f0385d30056749aa91.tar.zst freebsd-ports-gnome-1963479b04bc198b6fbea7f0385d30056749aa91.zip |
Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.
Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is
no longer maintained upstream.
Detailed/other changes:
* graphics/GraphicsMagick :
- Copy contents from graphics/GraphicsMagick13
- Remove PORTREVISION and PKGNAMESUFFIX
- Keep original pkg-descr, do not copy whitespace-only changes.
* graphics/pecl-gmagick :
- Use modern LIB_DEPENDS
* graphics/vips :
- Stage support
- Use modern LIB_DEPENDS
- USES libtool, pathfix
* multimedia/bombono :
- Update BUILD_DEPENDS and RUN_DEPENDS
* textproc/htmltolatex :
- Use modern LIB_DEPENDS
Phabric: D108 162
Approved by: portmgr (antoine, bapt)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index dfc31a337fbe..4588a10df471 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= pi@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter -LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick +LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick USES= bison gmake MAKEFILE= GNUmakefile |