Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 09:25:09 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348301 - head/sysutils/cpdup
Message-ID:  <201403150925.s2F9P9b1090259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403150925.s2F9P9b1090259>