Date: Tue, 13 Feb 2018 11:56:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461698 - head/print/flpsed Message-ID: <201802131156.w1DBuBXV024467@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Feb 13 11:56:11 2018 New Revision: 461698 URL: https://svnweb.freebsd.org/changeset/ports/461698 Log: print/flpsed: Update to 0.7.3 Changes from 0.7.2 to 0.7.3 * Fix warnings Additional port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added to USE_XORG Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/print/flpsed/Makefile head/print/flpsed/distinfo Modified: head/print/flpsed/Makefile ============================================================================== --- head/print/flpsed/Makefile Tue Feb 13 11:47:30 2018 (r461697) +++ head/print/flpsed/Makefile Tue Feb 13 11:56:11 2018 (r461698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flpsed -PORTVERSION= 0.7.2 -PORTREVISION= 4 +DISTVERSION= 0.7.3 CATEGORIES= print MASTER_SITES= http://flpsed.org/ @@ -11,13 +10,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG Postscript annotator LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING 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 +GNU_CONFIGURE= yes +USE_XORG= x11 xcursor xext xfixes xft xinerama xrender + PLIST_FILES= bin/flpsed \ man/man1/flpsed.1.gz \ share/applications/flpsed.desktop \ Modified: head/print/flpsed/distinfo ============================================================================== --- head/print/flpsed/distinfo Tue Feb 13 11:47:30 2018 (r461697) +++ head/print/flpsed/distinfo Tue Feb 13 11:56:11 2018 (r461698) @@ -1,2 +1,3 @@ -SHA256 (flpsed-0.7.2.tar.gz) = c8c5b54fd21d0b2af2c11bcd7e68f0533c183ba0e9b24f8923dd64ab1eb56284 -SIZE (flpsed-0.7.2.tar.gz) = 146678 +TIMESTAMP = 1518522584 +SHA256 (flpsed-0.7.3.tar.gz) = b70bb751bd70af9893ae2369f0789fd79729d0d6d1fee6e0522c4e6f55c7cf6e +SIZE (flpsed-0.7.3.tar.gz) = 146788
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802131156.w1DBuBXV024467>