svn commit: r439602 - in head/graphics/urt: . files

Rene Ladan rene at FreeBSD.org
Fri Apr 28 11:16:03 UTC 2017


Author: rene
Date: Fri Apr 28 11:16:01 2017
New Revision: 439602
URL: https://svnweb.freebsd.org/changeset/ports/439602

Log:
  graphics/urt: save from deprecation
  
  - merge all separate distribution files and patches into one archive
    maintained the submitter
  - pass maintainership to submitter
  - add LICENSE (BSD2CLAUSE)
  
  PR:		218016
  Submitted by:	Chris Hutchinson (portmaster at bsdforge.com)

Deleted:
  head/graphics/urt/files/
Modified:
  head/graphics/urt/Makefile
  head/graphics/urt/distinfo

Modified: head/graphics/urt/Makefile
==============================================================================
--- head/graphics/urt/Makefile	Fri Apr 28 09:23:30 2017	(r439601)
+++ head/graphics/urt/Makefile	Fri Apr 28 11:16:01 2017	(r439602)
@@ -3,24 +3,20 @@
 
 PORTNAME=	urt
 PORTVERSION=	3.1b1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.iastate.edu/pub/utah-raster/
-DISTNAME=	urt
-DISTFILES=	urt-3.1b.tar.Z urt-doc.tar.Z urt-img.tar.Z
-
-PATCH_SITES=	http://www.funet.fi/pub/graphics/packages/urt/rel2/
-PATCHFILES=	urt-3.1b-3.1b1.patch
-PATCH_DIST_STRIP=-p1
+MASTER_SITES=	http://BSDforge.com/projects/source/graphics/utah-raster/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Toolkit and library for raster image processing
 
-LIB_DEPENDS=	libnetpbm.so:graphics/netpbm
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/copyright
 
-BROKEN=		unfetchable
-DEPRECATED=	mastersite disappeared, last release 1996
-EXPIRATION_DATE=	2016-12-31
+LIB_DEPENDS=	libnetpbm.so:graphics/netpbm \
+		libtiff.so:graphics/tiff
+
+USES=		gmake tar:xz
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
@@ -30,7 +26,6 @@ USE_XORG=	x11 xext
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=Configure
 CONFIGURE_ARGS=	config/urt
-USES=		gmake
 MAKEFILE=	makefile
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 ALL_TARGET=	# none

Modified: head/graphics/urt/distinfo
==============================================================================
--- head/graphics/urt/distinfo	Fri Apr 28 09:23:30 2017	(r439601)
+++ head/graphics/urt/distinfo	Fri Apr 28 11:16:01 2017	(r439602)
@@ -1,8 +1,3 @@
-SHA256 (urt-3.1b.tar.Z) = 6d8b67f03507818ebdca3a342c96454780cc5eadcc58ac2713cbcdfdb61a6b41
-SIZE (urt-3.1b.tar.Z) = 1016405
-SHA256 (urt-doc.tar.Z) = 5cd7c26af15a54df9b206f0c99651d4f7b507083dcdc36cda37882a46a87b0c3
-SIZE (urt-doc.tar.Z) = 491431
-SHA256 (urt-img.tar.Z) = 52e7c474ab7d1381ce989bfed17b7c3809ddfafd47df569fe341fd17952b2b81
-SIZE (urt-img.tar.Z) = 1740307
-SHA256 (urt-3.1b-3.1b1.patch) = 726af8be834d3813a757bf0f0e2f00c958745c3be6d490f54da5ddd15855e112
-SIZE (urt-3.1b-3.1b1.patch) = 18264
+TIMESTAMP = 1490200727
+SHA256 (urt-3.1b1.tar.xz) = 95fd70febb467faba1570504d17cf0dc2bf9bca79bc41cb0c1549a8af1f0a0c2
+SIZE (urt-3.1b1.tar.xz) = 2088344


More information about the svn-ports-all mailing list