svn commit: r445884 - head/graphics/dcraw

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 15 17:22:09 UTC 2017


Author: sunpoet
Date: Sat Jul 15 17:22:08 2017
New Revision: 445884
URL: https://svnweb.freebsd.org/changeset/ports/445884

Log:
  Add LICENSE
  
  - Update WWW

Modified:
  head/graphics/dcraw/Makefile
  head/graphics/dcraw/pkg-descr

Modified: head/graphics/dcraw/Makefile
==============================================================================
--- head/graphics/dcraw/Makefile	Sat Jul 15 17:22:03 2017	(r445883)
+++ head/graphics/dcraw/Makefile	Sat Jul 15 17:22:08 2017	(r445884)
@@ -9,6 +9,8 @@ MASTER_SITES=	LOCAL/sunpoet
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Decoder for RAW files from digital cameras
 
+LICENSE=	GPLv2+
+
 LIB_DEPENDS=	libjasper.so:graphics/jasper \
 		liblcms2.so:graphics/lcms2
 

Modified: head/graphics/dcraw/pkg-descr
==============================================================================
--- head/graphics/dcraw/pkg-descr	Sat Jul 15 17:22:03 2017	(r445883)
+++ head/graphics/dcraw/pkg-descr	Sat Jul 15 17:22:08 2017	(r445884)
@@ -5,4 +5,4 @@ portable (standard C libraries only), free (both "grat
 when used skillfully, produces better-quality output than the tools provided by
 the camera vendor.
 
-WWW: http://www.cybercom.net/~dcoffin/dcraw/
+WWW: https://www.cybercom.net/~dcoffin/dcraw/


More information about the svn-ports-all mailing list