svn commit: r402160 - in head/sysutils/rename: . files

Kurt Jaeger pi at FreeBSD.org
Sat Nov 21 14:00:52 UTC 2015


Author: pi
Date: Sat Nov 21 14:00:50 2015
New Revision: 402160
URL: https://svnweb.freebsd.org/changeset/ports/402160

Log:
  sysutils/rename: unbreak, new distsite
  
  PR:		204498
  Submitted by:	matthew at reztek.cz

Modified:
  head/sysutils/rename/Makefile
  head/sysutils/rename/distinfo
  head/sysutils/rename/files/patch-Makefile.in
  head/sysutils/rename/files/patch-rename.c
  head/sysutils/rename/pkg-descr

Modified: head/sysutils/rename/Makefile
==============================================================================
--- head/sysutils/rename/Makefile	Sat Nov 21 13:55:46 2015	(r402159)
+++ head/sysutils/rename/Makefile	Sat Nov 21 14:00:50 2015	(r402160)
@@ -5,20 +5,14 @@ PORTNAME=	rename
 PORTVERSION=	1.3
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://mirror2.unixfreunde.de/ \
-		http://freebsd.unixfreunde.de/sources/
+MASTER_SITES=	http://rename.sourceforge.net/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Rename multiple files using regular expressions
 
-BROKEN=		unfetchable
-
 GNU_CONFIGURE=	yes
 USES=		gmake
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-post-extract:
-	@${RM} -f ${WRKSRC}/config.cache
-
 .include <bsd.port.mk>

Modified: head/sysutils/rename/distinfo
==============================================================================
--- head/sysutils/rename/distinfo	Sat Nov 21 13:55:46 2015	(r402159)
+++ head/sysutils/rename/distinfo	Sat Nov 21 14:00:50 2015	(r402160)
@@ -1,2 +1,2 @@
-SHA256 (rename-1.3.tar.gz) = d6b706344c9d89d225e51cc261ae973903a41bdbf971b6f4b3ad0d48415ee67a
-SIZE (rename-1.3.tar.gz) = 88118
+SHA256 (rename-1.3.tar.gz) = 02aed28f46b22213490a94b8490ee2a84b12c0962db33b4ea88c8c67a7adb8f4
+SIZE (rename-1.3.tar.gz) = 83854

Modified: head/sysutils/rename/files/patch-Makefile.in
==============================================================================
--- head/sysutils/rename/files/patch-Makefile.in	Sat Nov 21 13:55:46 2015	(r402159)
+++ head/sysutils/rename/files/patch-Makefile.in	Sat Nov 21 14:00:50 2015	(r402160)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2005-07-12 10:27:47.000000000 +0800
-+++ Makefile.in	2014-06-28 01:02:55.654057074 +0800
+--- Makefile.in.orig	2002-05-19 03:28:34 UTC
++++ Makefile.in
 @@ -8,7 +8,7 @@ BINDIR = @prefix@/bin
  MANDIR = @prefix@/man/man1
  
@@ -22,8 +22,8 @@
  	rm -f core rename *.o config.status config.cache config.h config.log Makefile
  
  install:
--	install -o root -g wheel -m 0755 -s rename $(BINDIR)
--	install -o root -g wheel -m 0644 rename.1 $(MANDIR)
+-	install -o root -g root -m 0755 -s rename $(BINDIR)
+-	install -o root -g root -m 0644 rename.1 $(MANDIR)
 -	
 +	$(BSD_INSTALL_PROGRAM) rename $(DESTDIR)$(BINDIR)
 +	$(BSD_INSTALL_MAN) rename.1 $(DESTDIR)$(MANDIR)

Modified: head/sysutils/rename/files/patch-rename.c
==============================================================================
--- head/sysutils/rename/files/patch-rename.c	Sat Nov 21 13:55:46 2015	(r402159)
+++ head/sysutils/rename/files/patch-rename.c	Sat Nov 21 14:00:50 2015	(r402160)
@@ -1,5 +1,5 @@
---- ./rename.c.orig	2002-05-20 11:50:50.000000000 -0400
-+++ ./rename.c	2011-03-13 05:05:52.000000000 -0400
+--- rename.c.orig	2002-05-20 15:50:50 UTC
++++ rename.c
 @@ -65,7 +65,7 @@
  
  #if HAVE_REGEX_H
@@ -9,7 +9,7 @@
    #include "regex.h"
  #endif
  
-@@ -608,7 +608,7 @@
+@@ -608,7 +608,7 @@ int do_rename(char *oldp, char *newp)
  
  skip:
      if (attr & MOD_VERBO) 
@@ -18,7 +18,7 @@
      return rs;
  }
  
-@@ -659,6 +659,6 @@
+@@ -659,6 +659,6 @@ Report bugs to <xuming at bigfoot.com>.\n";
      if (mode)  
  	printf(version, VERSION);  
      else  

Modified: head/sysutils/rename/pkg-descr
==============================================================================
--- head/sysutils/rename/pkg-descr	Sat Nov 21 13:55:46 2015	(r402159)
+++ head/sysutils/rename/pkg-descr	Sat Nov 21 14:00:50 2015	(r402160)
@@ -4,4 +4,4 @@ expression support for searching and sub
 Rename can rename, convert to lowercase/uppercase, and change the ownership of
 a large number of files.
 
-WWW: http://rename.berlios.de/
+WWW: http://rename.sourceforge.net/


More information about the svn-ports-all mailing list