Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 20:27:30 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306761 - head/graphics/xmedcon
Message-ID:  <201210312027.q9VKRUpe024116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Oct 31 20:27:30 2012
New Revision: 306761
URL: http://svn.freebsd.org/changeset/ports/306761

Log:
  - Update to 0.11.1
  - Remove LICENCE_FILE_* since they are in Templates/Licenses
  - Mark MAKE_JOBS_SAFE
  - Use bsd.port.options.mk only and remove uneeded WANT_GNOME
  - Trim Makefile headers
  
  PR:		ports/172023
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Feature safe:	yes

Modified:
  head/graphics/xmedcon/Makefile   (contents, props changed)
  head/graphics/xmedcon/distinfo   (contents, props changed)

Modified: head/graphics/xmedcon/Makefile
==============================================================================
--- head/graphics/xmedcon/Makefile	Wed Oct 31 20:14:52 2012	(r306760)
+++ head/graphics/xmedcon/Makefile	Wed Oct 31 20:27:30 2012	(r306761)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	xmedcon
-# Date created:		26 September 2002
-# Whom:			Paul Everlund
-#
+# Created by: Paul Everlund
 # $FreeBSD$
-#
 
 PORTNAME=	xmedcon
-PORTVERSION=	0.11.0
-PORTREVISION=	1
+PORTVERSION=	0.11.1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
 
@@ -16,11 +11,9 @@ COMMENT=	A medical image conversion util
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
-LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
-LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
 
 OPTIONS_DEFINE=	X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
-OPTIONS_DEFAULT=	X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
+OPTIONS_DEFAULT=X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
 GLIB_DESC=	With Glib
 ACR_NEMA_DESC=	With Acr/Nema 2.0
 ANALYZE_DESC=	With Analyze (SPM)
@@ -31,20 +24,20 @@ ECAT_DESC=	With CTI ECAT 6/7
 INTERFILE_DESC=	With InterFile 3.3
 INW_DESC=	With INW (RUG)
 
-WANT_GNOME=	yes
-USE_SUBMAKE=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
 		--enable-llcheck
 USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
-MAN1=	medcon.1 xmedcon-config.1
-MAN3=	medcon.3
-MAN4=	m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
 
-.include <bsd.port.pre.mk>
+MAN1=		medcon.1 xmedcon-config.1
+MAN3=		medcon.3
+MAN4=		m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
+
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}
 USE_GNOME+=	gtk20
@@ -119,4 +112,4 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/xmedcon.1 ${MANPREFIX}/man/man1
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/graphics/xmedcon/distinfo
==============================================================================
--- head/graphics/xmedcon/distinfo	Wed Oct 31 20:14:52 2012	(r306760)
+++ head/graphics/xmedcon/distinfo	Wed Oct 31 20:27:30 2012	(r306761)
@@ -1,2 +1,2 @@
-SHA256 (xmedcon-0.11.0.tar.gz) = bcbd3c84c0620979a0d252541d5ee9ec8edfc1f2cd36e7dece3e8ef0a88ca277
-SIZE (xmedcon-0.11.0.tar.gz) = 975954
+SHA256 (xmedcon-0.11.1.tar.gz) = de68777b5d58fabb711c594f2e98f1d7f3a6404efbdfb301f2fda25e7ab00ac0
+SIZE (xmedcon-0.11.1.tar.gz) = 977216



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210312027.q9VKRUpe024116>