svn commit: r461101 - head/graphics/xpdf4
Cy Schubert
cy at FreeBSD.org
Tue Feb 6 20:36:15 UTC 2018
Author: cy
Date: Tue Feb 6 20:36:14 2018
New Revision: 461101
URL: https://svnweb.freebsd.org/changeset/ports/461101
Log:
Revert r449826. There is no 4.02 release. Upon comparing the three tarballs
in my posession (4.00, 4.01 and 4.02), all three are the same.
The two emails received from portscout at FreeBSD.org on
portscout.ysv.freebsd.org on Wed, 13 Sep 2017 08:38:46 +0000 and
Thu, 14 Sep 2017 08:59:44 +0000 were incorrect.
Currently portscout reports at
https://portscout.freebsd.org/cy@freebsd.org.html
that the current release of xpdf4 is 4.10, which is obviously incorrect.
This commit also updates the MASTER_SITE to the new AWS location pointed
to by http://www.xpdfreader.com/.
Modified:
head/graphics/xpdf4/Makefile
head/graphics/xpdf4/distinfo
Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile Tue Feb 6 20:29:33 2018 (r461100)
+++ head/graphics/xpdf4/Makefile Tue Feb 6 20:36:14 2018 (r461101)
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= xpdf
-PORTVERSION= 4.02
-PORTREVISION= 3
+PORTVERSION= 4.00
+PORTEPOCH= 1
CATEGORIES= graphics print
-MASTER_SITES= http://www.xpdfreader.com/dl/
+MASTER_SITES= https://xpdfreader-dl.s3.amazonaws.com/
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 4
CONFLICTS_INSTALL= xpdf3-* xpdf-*
@@ -14,7 +14,6 @@ CONFLICTS_INSTALL= xpdf3-* xpdf4-*
MAINTAINER= cy at FreeBSD.org
COMMENT= Display PDF files and convert them to other formats
-WRKSRC= ${WRKDIR}/${PORTNAME}-4.00
LICENSE= GPLv2
Modified: head/graphics/xpdf4/distinfo
==============================================================================
--- head/graphics/xpdf4/distinfo Tue Feb 6 20:29:33 2018 (r461100)
+++ head/graphics/xpdf4/distinfo Tue Feb 6 20:36:14 2018 (r461101)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505380050
-SHA256 (xpdf-4.02.tar.gz) = ff3d92c42166e35b1ba6aec9b5f0adffb5fc05a3eb95dc49505b6e344e4216d6
-SIZE (xpdf-4.02.tar.gz) = 854175
+TIMESTAMP = 1517947887
+SHA256 (xpdf-4.00.tar.gz) = ff3d92c42166e35b1ba6aec9b5f0adffb5fc05a3eb95dc49505b6e344e4216d6
+SIZE (xpdf-4.00.tar.gz) = 854175
More information about the svn-ports-all
mailing list