Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 02:55:40 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/178582: sysutils/dim: Update MASTER_SITES and WWW: line
Message-ID:  <20130514025540.3c9cac28fb4c72b91ca580d4@yahoo.com>
Resent-Message-ID: <201305131810.r4DIA4XZ090988@freefall.freebsd.org>

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

>Number:         178582
>Category:       ports
>Synopsis:       sysutils/dim: Update MASTER_SITES and WWW: line
>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:   Mon May 13 18:10:04 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/dim/Makefile sysutils/dim/Makefile
--- /usr/ports/sysutils/dim/Makefile	2012-11-08 07:38:09.000000000 +0900
+++ sysutils/dim/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -1,27 +1,26 @@
-# New ports collection makefile for:	dim
-# Date created:			Apr 13, 2001
-# Whom:				Mark Pulford <mark@kyne.com.au>
-#
+# Created by: Mark Pulford <mark@kyne.com.au>
 # $FreeBSD: head/sysutils/dim/Makefile 300897 2012-07-14 14:29:18Z beat $
-#
 
 PORTNAME=	dim
 PORTVERSION=	1.1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://theory.org/~matt/dim/
+MASTER_SITES=	https://glyphobet.net/dim/
 DISTNAME=	dim
 EXTRACT_SUFX=	.tar
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A directory lister which sorts the file list in 2D
+COMMENT=	Directory lister which sorts the file list in 2D
+
+LICENSE=	GPLv2 # (or later)
 
-USE_PERL5_RUN=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-PLIST_FILES=	bin/dim
 
-post-patch:
-	${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
+USES=		shebangfix
+SHEBANG_FILES=	dim.pl
+USE_PERL5_RUN=	yes
+
+PLIST_FILES=	bin/dim
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
diff -urN /usr/ports/sysutils/dim/pkg-descr sysutils/dim/pkg-descr
--- /usr/ports/sysutils/dim/pkg-descr	2012-11-08 07:38:09.000000000 +0900
+++ sysutils/dim/pkg-descr	2013-05-14 00:00:49.000000000 +0900
@@ -1,4 +1,4 @@
 Dim displays the files in a directory by grouping them visually,
 making it easy to see what files are related at a glance.
 
-WWW: http://www.theory.org/~matt/dim/dim.html
+WWW: https://glyphobet.net/dim/dim.html
>Release-Note:
>Audit-Trail:
>Unformatted:



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