From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 10:19:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F874C33; Wed, 5 Feb 2014 10:19:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 113171790; Wed, 5 Feb 2014 10:19:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15AJ2HY074248; Wed, 5 Feb 2014 10:19:02 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15AJ2Kk074245; Wed, 5 Feb 2014 10:19:02 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402051019.s15AJ2Kk074245@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 5 Feb 2014 10:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342680 - head/graphics/aeskulap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 10:19:03 -0000 Author: gahr Date: Wed Feb 5 10:19:02 2014 New Revision: 342680 URL: http://svnweb.freebsd.org/changeset/ports/342680 QAT: https://qat.redports.org/buildarchive/r342680/ Log: - STAGE-clean - Convert to new LIB_DEPENDS format - Add LICENSE - Remove article from COMMENT line Modified: head/graphics/aeskulap/Makefile head/graphics/aeskulap/pkg-plist Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Wed Feb 5 10:13:34 2014 (r342679) +++ head/graphics/aeskulap/Makefile Wed Feb 5 10:19:02 2014 (r342680) @@ -8,11 +8,13 @@ CATEGORIES= graphics MASTER_SITES= http://www.bms-austria.com/%7Epipelka/${PORTNAME}/ MAINTAINER= gahr@FreeBSD.org -COMMENT= A medical image viewer +COMMENT= Medical image viewer -LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - glademm-2.4:${PORTSDIR}/devel/libglademm24 \ - gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 +LICENSE= GPLv2 + +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ + libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 USES= gettext pkgconfig USE_GNOME= gconf2 @@ -23,18 +25,8 @@ CXXFLAGS+= -fPIC \ -I${LOCALBASE}/include GNU_CONFIGURE= yes -NO_STAGE= yes -.include - -.if ${OSVERSION} >= 701000 -PLIST_SUB= SHVER="" post-install: - ${LN} -s libimagepool.so.0.0 ${PREFIX}/lib/aeskulap/libimagepool.so - ${LN} -s libconfiguration.so.0.0 ${PREFIX}/lib/aeskulap/libconfiguration.so -.else -PLIST_SUB= SHVER="@comment " -post-patch: - ${REINPLACE_CMD} -e 's|-lrt||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.endif + ${LN} -s libimagepool.so.0.0 ${STAGEDIR}${PREFIX}/lib/aeskulap/libimagepool.so + ${LN} -s libconfiguration.so.0.0 ${STAGEDIR}${PREFIX}/lib/aeskulap/libconfiguration.so -.include +.include Modified: head/graphics/aeskulap/pkg-plist ============================================================================== --- head/graphics/aeskulap/pkg-plist Wed Feb 5 10:13:34 2014 (r342679) +++ head/graphics/aeskulap/pkg-plist Wed Feb 5 10:19:02 2014 (r342680) @@ -1,11 +1,11 @@ bin/aeskulap lib/aeskulap/libconfiguration.a lib/aeskulap/libconfiguration.la -%%SHVER%%lib/aeskulap/libconfiguration.so.0.0 +lib/aeskulap/libconfiguration.so.0.0 lib/aeskulap/libconfiguration.so lib/aeskulap/libimagepool.a lib/aeskulap/libimagepool.la -%%SHVER%%lib/aeskulap/libimagepool.so.0.0 +lib/aeskulap/libimagepool.so.0.0 lib/aeskulap/libimagepool.so lib/aeskulap/libofstd.so lib/aeskulap/libdcmdata.so