diff options
author | netchild <netchild@FreeBSD.org> | 2011-02-25 16:52:30 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2011-02-25 16:52:30 +0800 |
commit | e10deb20051925c68b33fba4b1db4c366e5c3a9a (patch) | |
tree | 367a451709b49b9b0ccd3f3343acc2e590400dc4 /print | |
parent | 8cdcb39813b5c805ca2610f9ed2cbd710f0f1e96 (diff) | |
download | freebsd-ports-gnome-e10deb20051925c68b33fba4b1db4c366e5c3a9a.tar.gz freebsd-ports-gnome-e10deb20051925c68b33fba4b1db4c366e5c3a9a.tar.zst freebsd-ports-gnome-e10deb20051925c68b33fba4b1db4c366e5c3a9a.zip |
Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).
This fixes a security warning from portaudit.
Security: CVE-2009-1194
VuXML: 4b172278-3f46-11de-becb-001cc0377035
Thanks to: Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info)
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread8/Makefile | 2 | ||||
-rw-r--r-- | print/acroread9/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index 02595f68039b..a79fe8a44c4e 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -7,7 +7,7 @@ PORTNAME= acroread8 PORTVERSION= 8.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index 453e4e969029..30e185fda302 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -7,6 +7,7 @@ PORTNAME= acroread9 PORTVERSION= 9.4.1 +PORTREVISION?= 1 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ |