diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
commit | 06fff123f04648e578283b13f71108c1671ae751 (patch) | |
tree | e04217d1bf9d69846902902125c156a81eae643b /converters | |
parent | f488e4c3be8f7b25040ce1258e89a5550fb33bf8 (diff) | |
download | freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.tar.gz freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.tar.zst freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.zip |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ical2html/Makefile | 4 | ||||
-rw-r--r-- | converters/pdf2djvu/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 2d44eaa8830d..306c02afc78d 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -7,14 +7,14 @@ PORTNAME= ical2html PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ MAINTAINER= keiichi@iijlab.net COMMENT= Manipulation commands for iCalendar files -LIB_DEPENDS= ical.42:${PORTSDIR}/devel/libical +LIB_DEPENDS= ical.43:${PORTSDIR}/devel/libical GNU_CONFIGURE= yes diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index 6a643719ef7d..11c3942dc60c 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.4.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} @@ -16,7 +16,7 @@ MAINTAINER= darcsis@gmail.com COMMENT= Pdf2djvu creates DjVu files from PDF files BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams -LIB_DEPENDS= poppler.3:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler.4:${PORTSDIR}/graphics/poppler USE_GMAKE= yes PLIST_FILES= bin/pdf2djvu |