svn commit: r355767 - in head/ftp/mirror: . files

Cy Schubert cy at FreeBSD.org
Fri May 30 02:14:05 UTC 2014


Author: cy
Date: Fri May 30 02:14:04 2014
New Revision: 355767
URL: http://svnweb.freebsd.org/changeset/ports/355767
QAT: https://qat.redports.org/buildarchive/r355767/

Log:
  Stagify.

Added:
  head/ftp/mirror/pkg-plist   (contents, props changed)
Modified:
  head/ftp/mirror/Makefile
  head/ftp/mirror/files/patch-aa

Modified: head/ftp/mirror/Makefile
==============================================================================
--- head/ftp/mirror/Makefile	Fri May 30 01:52:56 2014	(r355766)
+++ head/ftp/mirror/Makefile	Fri May 30 02:14:04 2014	(r355767)
@@ -15,25 +15,16 @@ PATCHFILES=	ftp.pl_wupatch
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Mirror packages on remote sites
 
-PLIST_FILES=	bin/mirror \
-		bin/do_unlinks \
-		bin/pkgs_to_mmin \
-		bin/mirror-master \
-		lib/mirror/lchat.pl \
-		lib/mirror/dateconv.pl \
-		lib/mirror/ftp.pl \
-		lib/mirror/lsparse.pl \
-		lib/mirror/mirror.defaults.sample
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
-PLIST_DIRS=	lib/mirror
+USES=		perl5 shebangfix
+SHEBANG_FILES=	dateconv.pl ftp.pl  lchat.pl mirror.pl pkgs_to_mmin.pl \
+		do_unlinks.pl install.pl lsparse.pl mm.pl  prune_logs.pl
 
-USES=		perl5
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
-MAN1=		mirror.1 mirror-master.1
 
-NO_STAGE=	yes
 pre-install:
-	@${MKDIR} ${PREFIX}/lib/mirror
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mirror
 
 .include <bsd.port.mk>

Modified: head/ftp/mirror/files/patch-aa
==============================================================================
--- head/ftp/mirror/files/patch-aa	Fri May 30 01:52:56 2014	(r355766)
+++ head/ftp/mirror/files/patch-aa	Fri May 30 02:14:04 2014	(r355767)
@@ -57,17 +57,17 @@
 ! MANDIR = ${PREFIX}/man/man1
   
   install:
-! 	install -c -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
-! 	install -c -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
-! 	install -c -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
-! 	install -c -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
-! 	install -c -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
-! 	install -c -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
-! 	install -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
-! 	install -c -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
-! 	install -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
-! 	install -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
-! 	install -c -m $(PLMODE) -g $(GRP) mirror.defaults $(PLDIR)/mirror.defaults.sample
+! 	install -c lchat.pl $(PLDIR)
+! 	install -c dateconv.pl $(PLDIR)
+! 	install -c ftp.pl $(PLDIR)
+! 	install -c lsparse.pl $(PLDIR)
+! 	install -c mirror.pl $(BINDIR)/mirror
+! 	install -c do_unlinks.pl $(BINDIR)/do_unlinks
+! 	install -c pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
+! 	install -c mm.pl $(BINDIR)/mirror-master
+! 	install -c mirror.man $(MANDIR)/mirror.1
+! 	install -c mm.man $(MANDIR)/mirror-master.1
+! 	install -c mirror.defaults $(PLDIR)/mirror.defaults.sample
   
   # directory to install .pl (perl library) files for rperl
   RPLDIR = /usr/local/rperl5/lib/perl5

Added: head/ftp/mirror/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/mirror/pkg-plist	Fri May 30 02:14:04 2014	(r355767)
@@ -0,0 +1,16 @@
+ at mode 755
+ at owner root
+ at group bin
+bin/mirror
+bin/do_unlinks
+bin/pkgs_to_mmin
+bin/mirror-master
+ at mode 644
+lib/mirror/lchat.pl
+lib/mirror/dateconv.pl
+lib/mirror/ftp.pl
+lib/mirror/lsparse.pl
+lib/mirror/mirror.defaults.sample
+man/man1/mirror.1.gz
+man/man1/mirror-master.1.gz
+ at dirrm lib/mirror


More information about the svn-ports-all mailing list