From owner-svn-ports-head@freebsd.org Tue Apr 26 12:43:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D42B1C5FD; Tue, 26 Apr 2016 12:43:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB983174A; Tue, 26 Apr 2016 12:43:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3QChrbi094572; Tue, 26 Apr 2016 12:43:53 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3QChqYR094570; Tue, 26 Apr 2016 12:43:52 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604261243.u3QChqYR094570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 26 Apr 2016 12:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414053 - head/sysutils/feather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 12:43:54 -0000 Author: mat Date: Tue Apr 26 12:43:52 2016 New Revision: 414053 URL: https://svnweb.freebsd.org/changeset/ports/414053 Log: Update to 1.2.0. PR: 209050 Submitted by: tkato432 yahoo com Sponsored by: Absolight Deleted: head/sysutils/feather/pkg-plist Modified: head/sysutils/feather/Makefile (contents, props changed) head/sysutils/feather/distinfo (contents, props changed) Modified: head/sysutils/feather/Makefile ============================================================================== --- head/sysutils/feather/Makefile Tue Apr 26 12:43:46 2016 (r414052) +++ head/sysutils/feather/Makefile Tue Apr 26 12:43:52 2016 (r414053) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= feather -PORTVERSION= 1.0 +PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= v CATEGORIES= sysutils python -MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ - LOCAL/glarkin MAINTAINER= ports@FreeBSD.org COMMENT= Python script for managing tarsnap backups @@ -13,13 +12,20 @@ COMMENT= Python script for managing tars RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \ tarsnap>=0:sysutils/tarsnap -USES= python +USES= python:2,run NO_BUILD= yes NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= danrue + SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES + +PORTDOCS= README.md +PORTEXAMPLES= feather.cron.d.example +PLIST_FILES= bin/feather etc/feather.yaml.dist do-install: ${INSTALL_SCRIPT} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin @@ -27,17 +33,10 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} -x-generate-tarball: - ${SETENV} ${FETCH_ENV} ${FETCH_BINARY} -m -o ${PORTNAME}.tar.gz \ - https://github.com/danrue/${PORTNAME}/tarball/master - target=`${TAR} -tvf ${PORTNAME}.tar.gz | head -n 1`; \ - dir=`${ECHO} $${target} | ${AWK} '{print $$9}' | ${SED} -e 's|/$$||'`; \ - ${TAR} -zxf ${PORTNAME}.tar.gz; \ - ${RM} ${PORTNAME}.tar.gz; \ - ${MV} $${dir} ${PORTNAME}-${PORTVERSION}; \ - ${TAR} -zcf ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION}; \ - ${RM} -r ${PORTNAME}-${PORTVERSION} +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/sysutils/feather/distinfo ============================================================================== --- head/sysutils/feather/distinfo Tue Apr 26 12:43:46 2016 (r414052) +++ head/sysutils/feather/distinfo Tue Apr 26 12:43:52 2016 (r414053) @@ -1,2 +1,2 @@ -SHA256 (feather-1.0.tar.gz) = a787bb73baa4377a375412c1882fd6f04c3f88a23b474fef4988b53dedef24a2 -SIZE (feather-1.0.tar.gz) = 4992 +SHA256 (danrue-feather-v1.2.0_GH0.tar.gz) = 9de98d3b88e50091c8ca64ad0142f2a18a73bfe12fa12195f8a5f0412ce17fb7 +SIZE (danrue-feather-v1.2.0_GH0.tar.gz) = 5480