FreeBSD Bugzilla – Attachment 143782 Details for
Bug 191041
sysutils/rename: Stagify, update master sites
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/rename
rename.diff (text/plain), 3.05 KB, created by
Keith Gaughan
on 2014-06-14 22:09:43 UTC
(
hide
)
Description:
sysutils/rename
Filename:
MIME Type:
Creator:
Keith Gaughan
Created:
2014-06-14 22:09:43 UTC
Size:
3.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 357800) >+++ Makefile (working copy) >@@ -3,10 +3,10 @@ > > PORTNAME= rename > PORTVERSION= 1.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils >-MASTER_SITES= http://mirror2.unixfreunde.de/ \ >- http://freebsd.unixfreunde.de/sources/ >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}x >+DISTNAME= ${PORTNAME}-${PORTVERSION} > > MAINTAINER= jsa@FreeBSD.org > COMMENT= Rename multiple files using regular expressions >@@ -14,11 +14,8 @@ > GNU_CONFIGURE= yes > USES= gmake > >-PLIST_FILES= bin/${PORTNAME} >-MAN1= rename.1 >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/rename ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/rename.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 > >-NO_STAGE= yes >-post-extract: >- @${RM} -f ${WRKSRC}/config.cache >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 357800) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-Makefile.in >=================================================================== >--- files/patch-Makefile.in (revision 357800) >+++ files/patch-Makefile.in (working copy) >@@ -1,5 +1,5 @@ >---- Makefile.in.orig Tue Jul 12 04:27:47 2005 >-+++ Makefile.in Tue Jul 12 09:40:39 2005 >+--- Makefile.in.orig 2002-05-19 04:28:34.000000000 +0100 >++++ Makefile.in 2014-06-14 22:51:10.000000000 +0100 > @@ -8,7 +8,7 @@ > MANDIR = @prefix@/man/man1 > >@@ -9,25 +9,3 @@ > > > OBJS = rename.o fixtoken.o misc.o @LIBOBJS@ >-@@ -16,7 +16,7 @@ >- all: rename >- >- rename: $(OBJS) >-- $(CC) $(CFLAGS) -o $@ $^ >-+ $(CC) $(CFLAGS) @LDFLAGS@ -o $@ $^ >- strip $@ >- >- static: $(OBJS) >-@@ -32,9 +32,11 @@ >- install: >- install -o root -g wheel -m 0755 -s rename $(BINDIR) >- install -o root -g wheel -m 0644 rename.1 $(MANDIR) >-- >-+ >- rename.o: rename.c rename.h >- regex.o: regex.c regex.h >- fixtoken.o: fixtoken.c >- misc.o: misc.c >- >-+.c.o: >-+ $(CC) $(CFLAGS) @CPPFLAGS@ -o $@ -c $< >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 357800) >+++ pkg-descr (working copy) >@@ -4,4 +4,4 @@ > Rename can rename, convert to lowercase/uppercase, and change the ownership of > a large number of files. > >-WWW: http://rename.berlios.de/ >+WWW: http://sourceforge.net/projects/rename/ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 0) >+++ pkg-plist (working copy) >@@ -0,0 +1,2 @@ >+bin/rename >+man/man1/rename.1.gz > >Property changes on: pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191041
: 143782