svn commit: r348301 - head/sysutils/cpdup

Alexey Dokuchaev danfe at FreeBSD.org
Sat Mar 15 09:25:10 UTC 2014


Author: danfe
Date: Sat Mar 15 09:25:09 2014
New Revision: 348301
URL: http://svnweb.freebsd.org/changeset/ports/348301
QAT: https://qat.redports.org/buildarchive/r348301/

Log:
  - Convert EXTRACT_SUFX to USES=tar:tgz, drop an article from the COMMENT
  - Remove BROKEN on sparc64: it builds fine at least on flame.freebsd.org
  - While here, reformat and improve grammar in port description text

Modified:
  head/sysutils/cpdup/Makefile
  head/sysutils/cpdup/pkg-descr

Modified: head/sysutils/cpdup/Makefile
==============================================================================
--- head/sysutils/cpdup/Makefile	Sat Mar 15 09:04:19 2014	(r348300)
+++ head/sysutils/cpdup/Makefile	Sat Mar 15 09:25:09 2014	(r348301)
@@ -7,10 +7,11 @@ PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://apollo.backplane.com/FreeSrc/ \
 		http://utenti.gufi.org/~gmarco/files/distfiles/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	gmarco at gufi.org
-COMMENT=	A comprehensive filesystem mirroring and backup program
+COMMENT=	Comprehensive filesystem mirroring and backup program
+
+USES=		tar:tgz
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
@@ -22,10 +23,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/cpdup/pkg-descr
==============================================================================
--- head/sysutils/cpdup/pkg-descr	Sat Mar 15 09:04:19 2014	(r348300)
+++ head/sysutils/cpdup/pkg-descr	Sat Mar 15 09:25:09 2014	(r348301)
@@ -1,5 +1,5 @@
-This is the distribution of "cpdup", a powerful filesystem mirroring
-and backup utility which also has file integrity testing features,
-supports incremental backups and remote mirroring via ssh.
+This is the distribution of "cpdup", a powerful filesystem mirroring and
+backup utility which also has file integrity testing features, supports
+incremental backups, and remote mirroring via ssh.
 
 WWW: http://apollo.backplane.com/FreeBSDPorts/


More information about the svn-ports-all mailing list