Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2016 13:12:30 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422715 - head/print/flpsed
Message-ID:  <201609241312.u8ODCU50088961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241312.u8ODCU50088961>