Date: Sat, 11 Apr 2015 12:29:20 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383796 - head/graphics/aeskulap Message-ID: <201504111229.t3BCTKQg087840@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Apr 11 12:29:19 2015 New Revision: 383796 URL: https://svnweb.freebsd.org/changeset/ports/383796 Log: graphics/aeskulap: Unbreak fetch with new MASTER_SITES Most of the PR's changes to Makefile were rejected as being "gratuitous" as they did not functionally change anything. The port's description changes were accepted. PR: 199231 Submitted by: ports fury Modified: head/graphics/aeskulap/Makefile head/graphics/aeskulap/pkg-descr Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Sat Apr 11 12:21:26 2015 (r383795) +++ head/graphics/aeskulap/Makefile Sat Apr 11 12:29:19 2015 (r383796) @@ -5,7 +5,7 @@ PORTNAME= aeskulap PORTVERSION= 0.2.1 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= http://www.bms-austria.com/%7Epipelka/${PORTNAME}/ +MASTER_SITES= http://www.sourcefiles.org/Home_and_Education/Health/ MAINTAINER= ports@FreeBSD.org COMMENT= Medical image viewer @@ -13,8 +13,6 @@ COMMENT= Medical image viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= No public distfiles - LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 USES= desktop-file-utils gettext libtool pkgconfig Modified: head/graphics/aeskulap/pkg-descr ============================================================================== --- head/graphics/aeskulap/pkg-descr Sat Apr 11 12:21:26 2015 (r383795) +++ head/graphics/aeskulap/pkg-descr Sat Apr 11 12:29:19 2015 (r383796) @@ -1,7 +1,8 @@ -Aeskulap is a medical image viewer. It is able to load a series of special -images stored in the DICOM format for review. Additionally Aeskulap is able -to query and fetch DICOM images from archive nodes (also called PACS) over -the network. The goal of this project is to create a full open source -replacement for commercially available DICOM viewers. +Aeskulap is a medical image viewer. It is able to load a series of +special images stored in the DICOM format for review. Additionally +Aeskulap is able to query and fetch DICOM images from archive nodes +(also called PACS) over the network. The goal of this project is to +create a full open source replacement for commercially available DICOM +viewers. -WWW: http://aeskulap.nongnu.org/ +WWW: https://github.com/pipelka/aeskulap/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111229.t3BCTKQg087840>