Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 14:55:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389935 - head/graphics/jpeginfo
Message-ID:  <201506171455.t5HEtFnP038402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jun 17 14:55:14 2015
New Revision: 389935
URL: https://svnweb.freebsd.org/changeset/ports/389935

Log:
  - Add LICENSE
  - Remove superfluous space

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

Modified: head/graphics/jpeginfo/Makefile
==============================================================================
--- head/graphics/jpeginfo/Makefile	Wed Jun 17 14:52:01 2015	(r389934)
+++ head/graphics/jpeginfo/Makefile	Wed Jun 17 14:55:14 2015	(r389935)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.kokkonen.net/tj
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generate listing and MD5, check jpegs for error, delete broken ones
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes

Modified: head/graphics/jpeginfo/pkg-descr
==============================================================================
--- head/graphics/jpeginfo/pkg-descr	Wed Jun 17 14:52:01 2015	(r389934)
+++ head/graphics/jpeginfo/pkg-descr	Wed Jun 17 14:55:14 2015	(r389935)
@@ -1,5 +1,5 @@
-jpeginfo is used to generate informative listings of  jpeg
-files,  and  also  to check jpeg files for errors. Program
+jpeginfo is used to generate informative listings of jpeg
+files, and also to check jpeg files for errors. Program
 also supports automatic deletion of broken jpegs.
 
 WWW: http://www.kokkonen.net/tjko/projects.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171455.t5HEtFnP038402>