diff options
author | ale <ale@FreeBSD.org> | 2004-06-25 19:24:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-25 19:24:25 +0800 |
commit | 8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45 (patch) | |
tree | 529b1c70525fcd99832cf9141ba5036dde71249d | |
parent | e6fe42b0ec3784b60055dd3dc3e45afa21ca1608 (diff) | |
download | freebsd-ports-gnome-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.tar.gz freebsd-ports-gnome-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.tar.zst freebsd-ports-gnome-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.zip |
- Chase the pdflib shared library
- Bump PORTREVISION
-rw-r--r-- | chinese/bg5pdf/Makefile | 4 | ||||
-rw-r--r-- | math/grace/Makefile | 4 | ||||
-rw-r--r-- | print/ruby-pdflib/Makefile | 3 | ||||
-rw-r--r-- | textproc/ipdf/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/chinese/bg5pdf/Makefile b/chinese/bg5pdf/Makefile index 40f1870da8b2..55ddc4368411 100644 --- a/chinese/bg5pdf/Makefile +++ b/chinese/bg5pdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= bg5pdf PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese print MASTER_SITES= http://cschin.yydolphin.net/bg5pdf/ \ ftp://freebsd.sinica.edu.tw/pub/statue/bg5pdf/ @@ -15,7 +15,7 @@ MASTER_SITES= http://cschin.yydolphin.net/bg5pdf/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5 encoded files to PDF, using PDFlib -LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib +LIB_DEPENDS= pdf.7:${PORTSDIR}/print/pdflib USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/math/grace/Makefile b/math/grace/Makefile index c969e2392ae0..5efc769b8896 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math print # # You never know when and why it is moved to ../src/old/ :-) @@ -30,7 +30,7 @@ LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ - pdf.6:${PORTSDIR}/print/pdflib + pdf.7:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index f9c8100a2c9f..c89b691f3915 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdflib PORTVERSION= 0.71 +PORTREVISION= 1 CATEGORIES= print ruby MASTER_SITES= http://www-nh.scphys.kyoto-u.ac.jp/~thitoshi/ruby/pdflib/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ COMMENT= A Ruby extension library to access PDFlib LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - pdf.6:${PORTSDIR}/print/pdflib + pdf.7:${PORTSDIR}/print/pdflib USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index da0711acc526..ba237e298fd4 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -8,13 +8,14 @@ PORTNAME= ipdf PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://hoopajoo.net/static/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates indexed pdf documents from text files -LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS= pdf.7:${PORTSDIR}/print/pdflib \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |