svn commit: r461697 - head/print/gtklp

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 13 11:47:32 UTC 2018


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


More information about the svn-ports-head mailing list