Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2011 00:14:57 +0000 (GMT)
From:      Klaus Aehlig <aehlig@linta.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155769: [patch] x11-clocks/tclock add additional MASTER_SITES, remove deprication
Message-ID:  <20110322001457.441EE1CC42@curry.linta.de>
Resent-Message-ID: <201103220020.p2M0K1Pl012561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155769
>Category:       ports
>Synopsis:       [patch] x11-clocks/tclock add additional MASTER_SITES, remove deprication
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 00:20:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Klaus Aehlig
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD curry.linta.de 8.2-STABLE FreeBSD 8.2-STABLE #11: Sun Feb 27 03:33:40 GMT 2011 aehlig@curry.linta.de:/usr/obj/usr/src/sys/CURRY amd64

>Description:
	x11-clocks/tclock is marked DEPRICATED as it is unmaintained and upstream
	doesn't exist any more. Nevertheless, I think that tclock is useful, so I'm

	- hosting the sources on my server, thus adding an extra master site
	- willing to take over maintainership

	While there, also add LICENSE information.
>How-To-Repeat:
	
>Fix:

	apply the following patch

--- tclock.diff begins here ---
diff -ruN tclock.orig/Makefile tclock/Makefile
--- tclock.orig/Makefile	2011-03-22 00:04:05.000000000 +0000
+++ tclock/Makefile	2011-03-22 00:04:53.000000000 +0000
@@ -9,20 +9,21 @@
 PORTVERSION=	1.0.1
 PORTREVISION=	2
 CATEGORIES=	x11-clocks
-MASTER_SITES=	ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/		\
+MASTER_SITES=	http://www.linta.de/distfiles/ \
+		ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/	\
 		ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
 EXTRACT_SUFX=	.tar.Z
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	aehlig@linta.de
 COMMENT=	Transparent analog clock for x11
 
-DEPRECATED=     Upstream disapear and distfile is no more available
-EXPIRATION_DATE=        2011-05-01
-
 NO_WRKSUBDIR=	yes
 USE_IMAKE=	yes
 USE_XORG=	x11 xext
 MAN1=		tclock.1
 PLIST_FILES=	bin/tclock
 
+LICENSE=	GPLv1
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 .include <bsd.port.mk>
--- tclock.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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