diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-03-28 19:18:30 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-03-28 19:18:30 +0800 |
commit | 464fa85ec7dca14b4d12768ef7d95058eef073d9 (patch) | |
tree | 46ba50f1f8635a23341dfa5cafe868fbced11fc9 /print | |
parent | 72ff3b03388a181976d21a78b0798aa36815f26e (diff) | |
download | freebsd-ports-gnome-464fa85ec7dca14b4d12768ef7d95058eef073d9.tar.gz freebsd-ports-gnome-464fa85ec7dca14b4d12768ef7d95058eef073d9.tar.zst freebsd-ports-gnome-464fa85ec7dca14b4d12768ef7d95058eef073d9.zip |
- Update texinfo.tex, htmlxref.cnf to latest release
- Add CPE information [1]
print/texinfo has had vulnerabilities with a CPE identifier assigned
(e.g. CVE-2006-4810).
PR: 198841 [1]
Submitted by: shun.fbsd.pr@dropcut.net
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 6 | ||||
-rw-r--r-- | print/texinfo/distinfo | 16 |
2 files changed, 12 insertions, 10 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index bdd9e1f6fdbb..ba37b2112bdf 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.2.20150101 +PORTVERSION= 5.2.20150205 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU @@ -24,10 +24,12 @@ NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} -USES+= charsetfix gmake:lite perl5 tar:xz +USES+= charsetfix cpe gmake:lite perl5 tar:xz MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl INFO= texinfo info-stnd info +CPE_VENDOR= gnu +CPE_VERSION= ${PORTVERSION:R} TEXMF= share/texmf PLIST_SUB= TEXMF=${TEXMF} diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index b57d55d2025b..9b7a238f9f15 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,8 +1,8 @@ -SHA256 (texinfo/5.2.20150101/texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda -SIZE (texinfo/5.2.20150101/texinfo-5.2.tar.xz) = 3812944 -SHA256 (texinfo/5.2.20150101/htmlxref.cnf) = e008c192c0233428ade62588673198eef88299287e05c80361aacb58b93f1d93 -SIZE (texinfo/5.2.20150101/htmlxref.cnf) = 19605 -SHA256 (texinfo/5.2.20150101/texinfo.tex) = c73e31295f87d4b856c38bc4d31f7cfc8f0c5605d4ecf58c60e0db276796306b -SIZE (texinfo/5.2.20150101/texinfo.tex) = 328628 -SHA256 (texinfo/5.2.20150101/texi2dvi) = 63f8d7bdd49fd8a30a90ddef8e768a467b48a6eed50179052d6246fd10a1c19d -SIZE (texinfo/5.2.20150101/texi2dvi) = 56384 +SHA256 (texinfo/5.2.20150205/texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda +SIZE (texinfo/5.2.20150205/texinfo-5.2.tar.xz) = 3812944 +SHA256 (texinfo/5.2.20150205/htmlxref.cnf) = 8e31d6f20c2368c9e1b178d10200ced2f8015381284a98c0b9c1aa5bf9ddc189 +SIZE (texinfo/5.2.20150205/htmlxref.cnf) = 20027 +SHA256 (texinfo/5.2.20150205/texinfo.tex) = 386c922fb45c03686eb47acee064690629e81876c47860be1e5ae923958af174 +SIZE (texinfo/5.2.20150205/texinfo.tex) = 334109 +SHA256 (texinfo/5.2.20150205/texi2dvi) = 63f8d7bdd49fd8a30a90ddef8e768a467b48a6eed50179052d6246fd10a1c19d +SIZE (texinfo/5.2.20150205/texi2dvi) = 56384 |