svn commit: r415651 - head/graphics/lcms2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 23 03:49:29 UTC 2016


Author: sunpoet
Date: Mon May 23 03:49:28 2016
New Revision: 415651
URL: https://svnweb.freebsd.org/changeset/ports/415651

Log:
  - Add upstream and my LOCAL to MASTER_SITES

Modified:
  head/graphics/lcms2/Makefile

Modified: head/graphics/lcms2/Makefile
==============================================================================
--- head/graphics/lcms2/Makefile	Mon May 23 03:49:24 2016	(r415650)
+++ head/graphics/lcms2/Makefile	Mon May 23 03:49:28 2016	(r415651)
@@ -5,7 +5,9 @@ PORTNAME=	lcms2
 PORTVERSION=	2.7
 PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	SF/lcms/lcms/${PORTVERSION}
+MASTER_SITES=	SF/lcms/lcms/${PORTVERSION} \
+		http://www.littlecms.com/ \
+		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Accurate, fast, and small-footprint color management engine


More information about the svn-ports-all mailing list