From owner-svn-ports-head@FreeBSD.ORG Sat Apr 11 12:29:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE667CCA; Sat, 11 Apr 2015 12:29:20 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFDC0CB3; Sat, 11 Apr 2015 12:29:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BCTKsJ087842; Sat, 11 Apr 2015 12:29:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3BCTKQg087840; Sat, 11 Apr 2015 12:29:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504111229.t3BCTKQg087840@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 11 Apr 2015 12:29:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383796 - 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.18-1 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: Sat, 11 Apr 2015 12:29:21 -0000 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/