From owner-svn-ports-head@freebsd.org Wed Sep 13 05:08:32 2017 Return-Path: Delivered-To: svn-ports-head@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 306C4E0C34C; Wed, 13 Sep 2017 05:08:32 +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 F1C9272D46; Wed, 13 Sep 2017 05:08:31 +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 v8D58Ul7024040; Wed, 13 Sep 2017 05:08:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8D58U6w024037; Wed, 13 Sep 2017 05:08:30 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201709130508.v8D58U6w024037@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 05:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449753 - 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: 449753 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.23 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: Wed, 13 Sep 2017 05:08:32 -0000 Author: cy Date: Wed Sep 13 05:08:30 2017 New Revision: 449753 URL: https://svnweb.freebsd.org/changeset/ports/449753 Log: Fixup broken symlink introduced in r449703. PR: 222275 Submitted by: Helge Oldach Modified: head/graphics/xpdf3/Makefile head/graphics/xpdf4/Makefile Modified: head/graphics/xpdf3/Makefile ============================================================================== --- head/graphics/xpdf3/Makefile Wed Sep 13 02:51:47 2017 (r449752) +++ head/graphics/xpdf3/Makefile Wed Sep 13 05:08:30 2017 (r449753) @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.04 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ @@ -63,7 +63,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor @cd ${STAGEDIR}${PREFIX}; \ - ${LN} -sf libexec/xpdf/xpdf bin/xpdf + ${LN} -sf ../libexec/xpdf/xpdf bin/xpdf ${INSTALL_DATA} ${WRKDIR}/xpdf-man.conf \ ${STAGEDIR}${PREFIX}/etc/man.d/xpdf.conf Modified: head/graphics/xpdf4/Makefile ============================================================================== --- head/graphics/xpdf4/Makefile Wed Sep 13 02:51:47 2017 (r449752) +++ head/graphics/xpdf4/Makefile Wed Sep 13 05:08:30 2017 (r449753) @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 4.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= http://www.xpdfreader.com/dl/ .if !defined(MASTERDIR) @@ -45,7 +45,7 @@ GUI_USE= QT5=buildtools_build,qmake_build,concurrent, post-install: @cd ${STAGEDIR}${PREFIX}; \ - ${LN} -sf libexec/xpdf/xpdf bin/xpdf + ${LN} -sf ../libexec/xpdf/xpdf bin/xpdf ${INSTALL_DATA} ${WRKSRC}/doc/sample-xpdfrc ${STAGEDIR}${PREFIX}/etc/xpdfrc.sample ${INSTALL_DATA} ${WRKDIR}/xpdf-man.conf \