svn commit: r457726 - head/textproc/pdfsandwich

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 31 20:33:10 UTC 2017


Author: yuri
Date: Sun Dec 31 20:33:08 2017
New Revision: 457726
URL: https://svnweb.freebsd.org/changeset/ports/457726

Log:
  textproc/pdfsandwich: Correction of MASTER_SITES
  
  Previous commit, sadly, had a wrong SF MASTER_SITES URL.
  Now this is corrected. :-)
  
  PR:		221737
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13708

Modified:
  head/textproc/pdfsandwich/Makefile

Modified: head/textproc/pdfsandwich/Makefile
==============================================================================
--- head/textproc/pdfsandwich/Makefile	Sun Dec 31 20:18:56 2017	(r457725)
+++ head/textproc/pdfsandwich/Makefile	Sun Dec 31 20:33:08 2017	(r457726)
@@ -3,7 +3,7 @@
 PORTNAME=	pdfsandwich
 DISTVERSION=	0.1.6
 CATEGORIES=	textproc
-MASTER_SITES=	SF/${PORTNAME}/pdfsandwich%20${PORTNAME}/
+MASTER_SITES=	SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Command line tool generating "sandwich" OCR pdf files


More information about the svn-ports-all mailing list