svn commit: r527455 - in head/sysutils/duplicity-devel: . files

Danilo G. Baio dbaio at FreeBSD.org
Sat Feb 29 19:21:37 UTC 2020


Author: dbaio
Date: Sat Feb 29 19:21:35 2020
New Revision: 527455
URL: https://svnweb.freebsd.org/changeset/ports/527455

Log:
  sysutils/duplicity-devel: Update to 0.8.11
  
  Changelog:  https://launchpad.net/duplicity/+milestone/0.8.11
  
  Simplify port removing setup.py patch, which was removing all testing
  references. Now is necessary remove missing files from TMPPLIST.
  These files are removed in the setup.py install target, between building
  and installing.

Deleted:
  head/sysutils/duplicity-devel/files/
Modified:
  head/sysutils/duplicity-devel/Makefile
  head/sysutils/duplicity-devel/distinfo

Modified: head/sysutils/duplicity-devel/Makefile
==============================================================================
--- head/sysutils/duplicity-devel/Makefile	Sat Feb 29 19:19:37 2020	(r527454)
+++ head/sysutils/duplicity-devel/Makefile	Sat Feb 29 19:21:35 2020	(r527455)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	duplicity
-PORTVERSION=	0.8.10
-DISTVERSIONSUFFIX=	fin1558
-PORTREVISION=	2
+PORTVERSION=	0.8.11
+DISTVERSIONSUFFIX=	.1596
 CATEGORIES=	sysutils
 MASTER_SITES=	https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/
 PKGNAMESUFFIX=	-devel
@@ -34,6 +33,8 @@ SHEBANG_FILES=	bin/duplicity bin/rdiffdir
 
 PORTDOCS=	CHANGELOG COPYING README README-REPO README-LOG
 
+POST_PLIST=	trim-duplicity-testing
+
 OPTIONS_DEFINE=		B2 DOCS FTP FTPS GDOCS NLS S3
 OPTIONS_GROUP=		GPG
 OPTIONS_SINGLE=		GPG
@@ -90,5 +91,8 @@ post-install:
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR}
+
+trim-duplicity-testing:
+	@${REINPLACE_CMD} '/\/testing\//d' ${TMPPLIST}
 
 .include <bsd.port.mk>

Modified: head/sysutils/duplicity-devel/distinfo
==============================================================================
--- head/sysutils/duplicity-devel/distinfo	Sat Feb 29 19:19:37 2020	(r527454)
+++ head/sysutils/duplicity-devel/distinfo	Sat Feb 29 19:21:35 2020	(r527455)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580137004
-SHA256 (duplicity-0.8.10fin1558.tar.gz) = b08295b7e8d321dd3459465d28fb190c9653d849be7ab13b1f9d09d6b6aa578d
-SIZE (duplicity-0.8.10fin1558.tar.gz) = 1870098
+TIMESTAMP = 1582992837
+SHA256 (duplicity-0.8.11.1596.tar.gz) = 09826a6e5706db1fc9a2c5624fc7f13c0ec1289111676eb9b323b0c69757aae1
+SIZE (duplicity-0.8.11.1596.tar.gz) = 1872223


More information about the svn-ports-head mailing list