From owner-svn-ports-all@FreeBSD.ORG Sat Mar 15 09:25:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B6A2EBB; Sat, 15 Mar 2014 09:25:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F085B251; Sat, 15 Mar 2014 09:25:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F9P95Y090261; Sat, 15 Mar 2014 09:25:09 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2F9P9b1090259; Sat, 15 Mar 2014 09:25:09 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201403150925.s2F9P9b1090259@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 15 Mar 2014 09:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348301 - head/sysutils/cpdup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 09:25:10 -0000 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 - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include +.include 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/