diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-07 19:44:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-07 19:44:08 +0800 |
commit | 3e2cd4d7ee3662a5be84ff3c169e84ec5593051f (patch) | |
tree | 4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /print | |
parent | c4f66375ff2cf890427b18b69cf0f3a6a90ec3fa (diff) | |
download | freebsd-ports-gnome-3e2cd4d7ee3662a5be84ff3c169e84ec5593051f.tar.gz freebsd-ports-gnome-3e2cd4d7ee3662a5be84ff3c169e84ec5593051f.tar.zst freebsd-ports-gnome-3e2cd4d7ee3662a5be84ff3c169e84ec5593051f.zip |
Chase boost and icu bump
While here convert some LIB_DEPENDS
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 1 | ||||
-rw-r--r-- | print/libmspub/Makefile | 1 | ||||
-rw-r--r-- | print/lyx/Makefile | 1 | ||||
-rw-r--r-- | print/pdfcube/Makefile | 2 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 2 | ||||
-rw-r--r-- | print/scribus/Makefile | 1 | ||||
-rw-r--r-- | print/tex-luatex/Makefile | 14 | ||||
-rw-r--r-- | print/tex-xetex/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 20 |
9 files changed, 24 insertions, 20 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index e3dbcf985aaf..bb4200a2d1ce 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -3,6 +3,7 @@ PORTNAME= harfbuzz PORTVERSION= 0.9.25 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ diff --git a/print/libmspub/Makefile b/print/libmspub/Makefile index b456c4f44778..d2531a1f105d 100644 --- a/print/libmspub/Makefile +++ b/print/libmspub/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/print/lyx/Makefile b/print/lyx/Makefile index bbe6a5fcc854..e9b3882af796 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,6 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index fa785fe4d08f..c1c620353623 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 481fc341cdf3..40f860d63290 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 4dee9942f5c2..92c04071d5b0 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,6 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index 7f020c89e7cf..b5b6ea410939 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.70.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- @@ -15,13 +15,13 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXMF}-source${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= Extended version of pdfTeX using Lua -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - graphite:${PORTSDIR}/graphics/silgraphite \ - icuio:${PORTSDIR}/devel/icu \ - png15:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libgraphite.so:${PORTSDIR}/graphics/silgraphite \ + libicuio.so:${PORTSDIR}/devel/icu \ + libpng15.so:${PORTSDIR}/graphics/png \ libpoppler.so:${PORTSDIR}/graphics/poppler \ - TECkit:${PORTSDIR}/textproc/teckit \ - zzip:${PORTSDIR}/devel/zziplib + libTECkit.so:${PORTSDIR}/textproc/teckit \ + libzzip.so:${PORTSDIR}/devel/zziplib USE_XZ= yes USE_GMAKE= yes diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 5e51f51c0419..33596be807d0 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.9999 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/:web2c \ ftp://tug.org/historic/systems/texlive/2012/:texmf diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index a062a33f1502..dd79400b0dd5 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20120701 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMESUFFIX= -base @@ -13,15 +13,15 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, base binaries RUN_DEPENDS= psbook:${PORTSDIR}/print/psutils -LIB_DEPENDS= icuio:${PORTSDIR}/devel/icu \ - t1:${PORTSDIR}/devel/t1lib \ - TECkit:${PORTSDIR}/textproc/teckit \ - graphite:${PORTSDIR}/graphics/silgraphite \ - gd:${PORTSDIR}/graphics/gd \ - freetype:${PORTSDIR}/print/freetype2 \ - ttf:${PORTSDIR}/print/freetype \ - png15:${PORTSDIR}/graphics/png \ - zzip:${PORTSDIR}/devel/zziplib +LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ + libt1.so:${PORTSDIR}/devel/t1lib \ + libTECkit.so:${PORTSDIR}/textproc/teckit \ + libgraphite.so:${PORTSDIR}/graphics/silgraphite \ + libgd.so:${PORTSDIR}/graphics/gd \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libttf.so:${PORTSDIR}/print/freetype \ + libpng15.so:${PORTSDIR}/graphics/png \ + libzzip.so:${PORTSDIR}/devel/zziplib USE_TEX= texlive web2c kpathsea ptexenc texhash-bootstrap USE_XZ= yes |