svn commit: r415435 - head/graphics/waifu2x-converter-cpp

Mathieu Arnold mat at FreeBSD.org
Wed May 18 11:59:58 UTC 2016


Author: mat
Date: Wed May 18 11:59:57 2016
New Revision: 415435
URL: https://svnweb.freebsd.org/changeset/ports/415435

Log:
  Change how the icon file is fetched, so that its name is more plain.
  
  PR:		208916
  Sponsored by:	Absolight

Modified:
  head/graphics/waifu2x-converter-cpp/Makefile
  head/graphics/waifu2x-converter-cpp/distinfo

Modified: head/graphics/waifu2x-converter-cpp/Makefile
==============================================================================
--- head/graphics/waifu2x-converter-cpp/Makefile	Wed May 18 11:56:53 2016	(r415434)
+++ head/graphics/waifu2x-converter-cpp/Makefile	Wed May 18 11:59:57 2016	(r415435)
@@ -4,8 +4,8 @@ PORTNAME=	waifu2x-converter-cpp
 DISTVERSION=	1.0.0-410
 DISTVERSIONSUFFIX=	-g5e5ac35
 CATEGORIES=	graphics
-MASTER_SITES=	https://aur.archlinux.org/cgit/aur.git/plain/:manpage
-DISTFILES=	${PORTNAME:C/-.*//}.1.gz?h=${PORTNAME:C/-.*//}-git\&id=5c150a5:manpage
+MASTER_SITES=	https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME:C/-.*//}.1.gz?h=${PORTNAME:C/-.*//}-git\&id=5c150a5\&/:manpage
+DISTFILES=	${PORTNAME:C/-.*//}.1.gz:manpage
 EXTRACT_ONLY=	${DISTFILES:N*\:manpage:C/:.*//}
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/graphics/waifu2x-converter-cpp/distinfo
==============================================================================
--- head/graphics/waifu2x-converter-cpp/distinfo	Wed May 18 11:56:53 2016	(r415434)
+++ head/graphics/waifu2x-converter-cpp/distinfo	Wed May 18 11:59:57 2016	(r415435)
@@ -1,4 +1,4 @@
-SHA256 (waifu2x.1.gz?h=waifu2x-git&id=5c150a5) = bfad3e87e43f20573ab068c386e150f93fb4cc37400b8f4aaf4734c9afbd1489
-SIZE (waifu2x.1.gz?h=waifu2x-git&id=5c150a5) = 1242
+SHA256 (waifu2x.1.gz) = bfad3e87e43f20573ab068c386e150f93fb4cc37400b8f4aaf4734c9afbd1489
+SIZE (waifu2x.1.gz) = 1242
 SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-410-g5e5ac35_GH0.tar.gz) = c2ebb418609f2f361ba499c12ebbd7e155f1b6ee05164df721405fae46fd5132
 SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-410-g5e5ac35_GH0.tar.gz) = 14875981


More information about the svn-ports-all mailing list