From owner-svn-ports-all@freebsd.org Tue Feb 13 11:56:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10AB3F1A87B; Tue, 13 Feb 2018 11:56:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B919C73F71; Tue, 13 Feb 2018 11:56:11 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF41F206F2; Tue, 13 Feb 2018 11:56:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1DBuB0S024469; Tue, 13 Feb 2018 11:56:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1DBuBXV024467; Tue, 13 Feb 2018 11:56:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802131156.w1DBuBXV024467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 13 Feb 2018 11:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461698 - head/print/flpsed X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/print/flpsed X-SVN-Commit-Revision: 461698 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.25 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: Tue, 13 Feb 2018 11:56:12 -0000 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