svn commit: r318212 - head/sysutils/dim

Martin Wilke miwi at FreeBSD.org
Wed May 15 01:23:14 UTC 2013


Author: miwi
Date: Wed May 15 01:23:13 2013
New Revision: 318212
URL: http://svnweb.freebsd.org/changeset/ports/318212

Log:
  - Update MASTER_SITES and WWW: line
  - Switch to shebangfix
  - Trim header
  - Add LICENSE
  
  PR:		178582
  Submitted by:	Ports Fury

Modified:
  head/sysutils/dim/Makefile   (contents, props changed)
  head/sysutils/dim/pkg-descr   (contents, props changed)

Modified: head/sysutils/dim/Makefile
==============================================================================
--- head/sysutils/dim/Makefile	Wed May 15 00:29:31 2013	(r318211)
+++ head/sysutils/dim/Makefile	Wed May 15 01:23:13 2013	(r318212)
@@ -1,27 +1,26 @@
-# New ports collection makefile for:	dim
-# Date created:			Apr 13, 2001
-# Whom:				Mark Pulford <mark at kyne.com.au>
-#
+# Created by: Mark Pulford <mark at kyne.com.au>
 # $FreeBSD$
-#
 
 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 at 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

Modified: head/sysutils/dim/pkg-descr
==============================================================================
--- head/sysutils/dim/pkg-descr	Wed May 15 00:29:31 2013	(r318211)
+++ head/sysutils/dim/pkg-descr	Wed May 15 01:23:13 2013	(r318212)
@@ -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


More information about the svn-ports-all mailing list