svn commit: r530850 - head/sysutils/duplicity

Danilo G. Baio dbaio at FreeBSD.org
Mon Apr 6 00:27:30 UTC 2020


Author: dbaio
Date: Mon Apr  6 00:27:15 2020
New Revision: 530850
URL: https://svnweb.freebsd.org/changeset/ports/530850

Log:
  sysutils/duplicity: Fix build when NLS option is off
  
  Reported by:	filis
  MFH:		2020Q2 (build blanket)

Modified:
  head/sysutils/duplicity/Makefile

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Mon Apr  6 00:17:34 2020	(r530849)
+++ head/sysutils/duplicity/Makefile	Mon Apr  6 00:27:15 2020	(r530850)
@@ -65,7 +65,7 @@ post-patch:
 .endfor
 
 post-patch-NLS-off:
-	@${REINPLACE_CMD} -e '55,63d' \
+	@${REINPLACE_CMD} -e '105,129d' \
 		${WRKSRC}/setup.py
 
 post-patch-FTP-off:


More information about the svn-ports-all mailing list