From owner-svn-ports-all@freebsd.org Tue Feb 13 11:47:31 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 BCC9EF19CBC; Tue, 13 Feb 2018 11:47:31 +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 6ADC57382F; Tue, 13 Feb 2018 11:47:31 +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 44A802055F; Tue, 13 Feb 2018 11:47:31 +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 w1DBlV6c019377; Tue, 13 Feb 2018 11:47:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1DBlUK9019374; Tue, 13 Feb 2018 11:47:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802131147.w1DBlUK9019374@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:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461697 - head/print/gtklp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/print/gtklp X-SVN-Commit-Revision: 461697 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:47:32 -0000 Author: yuri Date: Tue Feb 13 11:47:30 2018 New Revision: 461697 URL: https://svnweb.freebsd.org/changeset/ports/461697 Log: print/gtklp: Update to 1.3.3 Changelog: https://gtklp.sirtobi.com/changelog.shtml Additional port changes: * Changed to DISTVERSION * Removed USES=ssl * Added to LIB_DEPENDS * Added to USE_GNOME * Added USE_XORG * Replaced WWW with the https version Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/print/gtklp/Makefile head/print/gtklp/distinfo head/print/gtklp/pkg-descr Modified: head/print/gtklp/Makefile ============================================================================== --- head/print/gtklp/Makefile Tue Feb 13 11:30:16 2018 (r461696) +++ head/print/gtklp/Makefile Tue Feb 13 11:47:30 2018 (r461697) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gtklp -PORTVERSION= 1.3.1 +DISTVERSION= 1.3.3 DISTVERSIONSUFFIX= .src -PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF @@ -14,17 +13,17 @@ COMMENT= GTK interface to cups LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcups.so:print/cups +LIB_DEPENDS= libcups.so:print/cups \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= autoreconf gettext libtool pkgconfig ssl +USES= autoreconf gettext libtool pkgconfig GNU_CONFIGURE= yes -USE_GNOME= gtk20 +USE_GNOME= cairo gtk20 INSTALLS_ICONS= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_XORG= x11 DESKTOP_ENTRIES="GtkLP" "" "${PORTNAME}" "${PORTNAME}" "System;GTK;" "" Modified: head/print/gtklp/distinfo ============================================================================== --- head/print/gtklp/distinfo Tue Feb 13 11:30:16 2018 (r461696) +++ head/print/gtklp/distinfo Tue Feb 13 11:47:30 2018 (r461697) @@ -1,2 +1,3 @@ -SHA256 (gtklp-1.3.1.src.tar.gz) = 734f9b0edb4f01ffce1288553150966231253a5bf4bd76db739ee180a1f39fdb -SIZE (gtklp-1.3.1.src.tar.gz) = 641805 +TIMESTAMP = 1518521850 +SHA256 (gtklp-1.3.3.src.tar.gz) = 6e105c22b8e3e855bfba060cb3285959841f04439077b0a533f14f6aa52bfbbf +SIZE (gtklp-1.3.3.src.tar.gz) = 683524 Modified: head/print/gtklp/pkg-descr ============================================================================== --- head/print/gtklp/pkg-descr Tue Feb 13 11:30:16 2018 (r461696) +++ head/print/gtklp/pkg-descr Tue Feb 13 11:47:30 2018 (r461697) @@ -3,4 +3,4 @@ is written to make it easy to use nearly all the optio without knowing them by name. For print-admins, there is also an pretty simple queue tool implemented. -WWW: http://gtklp.sirtobi.com +WWW: https://gtklp.sirtobi.com