From owner-svn-ports-head@freebsd.org Sat Sep 24 13:12:31 2016 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 D1016BE78B2; Sat, 24 Sep 2016 13:12:31 +0000 (UTC) (envelope-from rm@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 8902C9D1; Sat, 24 Sep 2016 13:12:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8ODCUaB088963; Sat, 24 Sep 2016 13:12:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8ODCU50088961; Sat, 24 Sep 2016 13:12:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201609241312.u8ODCU50088961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 24 Sep 2016 13:12:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422715 - head/print/flpsed X-SVN-Group: ports-head 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: Sat, 24 Sep 2016 13:12:31 -0000 Author: rm Date: Sat Sep 24 13:12:30 2016 New Revision: 422715 URL: https://svnweb.freebsd.org/changeset/ports/422715 Log: print/flpsed: update master site - flpsed moved to new home While here: - add missing deps, reported by stage-qa - update WWW - remove not needed inclusion of bsd.port.options.mk - bump PORTREVISION because of package changes PR: 209764 Reported by: johannes.hofmann@gmx.de Modified: head/print/flpsed/Makefile head/print/flpsed/pkg-descr Modified: head/print/flpsed/Makefile ============================================================================== --- head/print/flpsed/Makefile Sat Sep 24 12:52:08 2016 (r422714) +++ head/print/flpsed/Makefile Sat Sep 24 13:12:30 2016 (r422715) @@ -3,19 +3,21 @@ PORTNAME= flpsed PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print -MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ +MASTER_SITES= http://flpsed.org/ MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG Postscript annotator LICENSE= GPLv3 -LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk +LIB_DEPENDS+= libfltk.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes USES= desktop-file-utils ghostscript:x11 gmake +USE_XORG= x11 xfixes xext xft PLIST_FILES= bin/flpsed \ man/man1/flpsed.1.gz \ share/applications/flpsed.desktop \ @@ -25,8 +27,6 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1 Modified: head/print/flpsed/pkg-descr ============================================================================== --- head/print/flpsed/pkg-descr Sat Sep 24 12:52:08 2016 (r422714) +++ head/print/flpsed/pkg-descr Sat Sep 24 13:12:30 2016 (r422715) @@ -9,4 +9,4 @@ Using pdftops, which is part of xpdf, on PostScript and then add text to them using flpsed. flpsed is thus useful for filling in forms, adding notes, etc. -WWW: http://www.ecademix.com/JohannesHofmann/flpsed.html +WWW: http://flpsed.org/flpsed.html