svn commit: r488680 - head/graphics/xmedcon

Fernando Apesteguía fernape at FreeBSD.org
Sat Dec 29 18:10:41 UTC 2018


Author: fernape
Date: Sat Dec 29 18:10:40 2018
New Revision: 488680
URL: https://svnweb.freebsd.org/changeset/ports/488680

Log:
  graphics/xmedcon: update to 0.16.1
  
  While here:
  
  * Add USES=gnome localbase and USE_GNOME=gtk20 to simplify flags
  * Reorder some variables
  
  ChangeLog: http://xmedcon.sourceforge.net//Main/New
  
  * patch with several spelling corrections ; updating to recent libtools
  * improved homebrew file
  * allow reading InterFile dialects without "END OF INTERFILE"
  * basic Siemens Interfile support
  
  Reported by:	portscout

Modified:
  head/graphics/xmedcon/Makefile
  head/graphics/xmedcon/distinfo

Modified: head/graphics/xmedcon/Makefile
==============================================================================
--- head/graphics/xmedcon/Makefile	Sat Dec 29 17:32:02 2018	(r488679)
+++ head/graphics/xmedcon/Makefile	Sat Dec 29 18:10:40 2018	(r488680)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmedcon
-PORTVERSION=	0.15.0
+PORTVERSION=	0.16.1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
 
@@ -12,21 +12,17 @@ COMMENT=	Medical image conversion utility and library
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-USES=		libtool pkgconfig tar:bzip2
-USE_GNOME=	cairo gdkpixbuf2
-
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
+USES=		gnome libtool localbase pkgconfig tar:bzip2
+USE_GNOME=	cairo gdkpixbuf2 gtk20
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
 		--enable-llcheck
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-LIBS+=		`pkg-config --libs gtk+-x11-2.0`
 
 OPTIONS_DEFINE=	X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF \
 		INTERFILE INW PNG

Modified: head/graphics/xmedcon/distinfo
==============================================================================
--- head/graphics/xmedcon/distinfo	Sat Dec 29 17:32:02 2018	(r488679)
+++ head/graphics/xmedcon/distinfo	Sat Dec 29 18:10:40 2018	(r488680)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532310236
-SHA256 (xmedcon-0.15.0.tar.bz2) = 8b5efdbcb73f915386bac08e0e1facbe7c8ed4160ef4725a488aa9c74292784a
-SIZE (xmedcon-0.15.0.tar.bz2) = 826296
+TIMESTAMP = 1546101633
+SHA256 (xmedcon-0.16.1.tar.bz2) = 767d3f044023978e0b6da13ac3c450f9d01dce58314962bc07e0f70a0fcd3a11
+SIZE (xmedcon-0.16.1.tar.bz2) = 836770


More information about the svn-ports-all mailing list