From owner-svn-ports-head@freebsd.org Tue Feb 6 20:36:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DDAFF03C70; Tue, 6 Feb 2018 20:36:15 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B78277F53B; Tue, 6 Feb 2018 20:36:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B25FC1CF4C; Tue, 6 Feb 2018 20:36:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w16KaEbv089174; Tue, 6 Feb 2018 20:36:14 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w16KaE2l089172; Tue, 6 Feb 2018 20:36:14 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201802062036.w16KaE2l089172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 6 Feb 2018 20:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461101 - head/graphics/xpdf4 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/graphics/xpdf4 X-SVN-Commit-Revision: 461101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 20:36:15 -0000 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@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@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