Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2020 09:37:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552727 - head/graphics/jpeginfo
Message-ID:  <202010190937.09J9bBFr071312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 19 09:37:11 2020
New Revision: 552727
URL: https://svnweb.freebsd.org/changeset/ports/552727

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Silence stripping
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/jpeginfo/Makefile
==============================================================================
--- head/graphics/jpeginfo/Makefile	Mon Oct 19 09:36:06 2020	(r552726)
+++ head/graphics/jpeginfo/Makefile	Mon Oct 19 09:37:11 2020	(r552727)
@@ -10,17 +10,16 @@ MASTER_SITES=	http://www.kokkonen.net/tjko/src/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generate listing and MD5, check jpegs for error, delete broken ones
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		jpeg
+USES=		jpeg localbase
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 MAKE_ARGS=	mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR}
 
 PLIST_FILES=	bin/jpeginfo man/man1/jpeginfo.1.gz
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo
 
 .include <bsd.port.mk>

Modified: head/graphics/jpeginfo/pkg-descr
==============================================================================
--- head/graphics/jpeginfo/pkg-descr	Mon Oct 19 09:36:06 2020	(r552726)
+++ head/graphics/jpeginfo/pkg-descr	Mon Oct 19 09:37:11 2020	(r552727)
@@ -2,4 +2,4 @@ jpeginfo is used to generate informative listings of j
 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
+WWW: https://www.kokkonen.net/tjko/projects.html



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