From owner-svn-ports-all@freebsd.org Wed Sep 13 02:51:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DB4BE07106; Wed, 13 Sep 2017 02:51:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id F15176F606; Wed, 13 Sep 2017 02:51:48 +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 v8D2pmue068782; Wed, 13 Sep 2017 02:51:48 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8D2plw9068780; Wed, 13 Sep 2017 02:51:47 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709130251.v8D2plw9068780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 13 Sep 2017 02:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449752 - in head/graphics: xpdf3 xpdf4 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/graphics: xpdf3 xpdf4 X-SVN-Commit-Revision: 449752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 02:51:49 -0000 Author: cy Date: Wed Sep 13 02:51:47 2017 New Revision: 449752 URL: https://svnweb.freebsd.org/changeset/ports/449752 Log: Fixup package origins. Modified: head/graphics/xpdf3/Makefile head/graphics/xpdf4/Makefile Modified: head/graphics/xpdf3/Makefile ============================================================================== --- head/graphics/xpdf3/Makefile Wed Sep 13 02:48:57 2017 (r449751) +++ head/graphics/xpdf3/Makefile Wed Sep 13 02:51:47 2017 (r449752) @@ -8,6 +8,9 @@ MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ TEX_CTAN/support/xpdf \ http://komquats.com/distfiles/ +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 3 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats Modified: head/graphics/xpdf4/Makefile ============================================================================== --- head/graphics/xpdf4/Makefile Wed Sep 13 02:48:57 2017 (r449751) +++ head/graphics/xpdf4/Makefile Wed Sep 13 02:51:47 2017 (r449752) @@ -5,7 +5,9 @@ PORTVERSION= 4.00 PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://www.xpdfreader.com/dl/ +.if !defined(MASTERDIR) PKGNAMESUFFIX= 4 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats