Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2019 09:01:37 +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: r501634 - head/graphics/ppmcaption
Message-ID:  <201905140901.x4E91boA011096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 14 09:01:37 2019
New Revision: 501634
URL: https://svnweb.freebsd.org/changeset/ports/501634

Log:
  - Update WWW
  - Cosmetic fixes

Modified:
  head/graphics/ppmcaption/Makefile
  head/graphics/ppmcaption/distinfo
  head/graphics/ppmcaption/pkg-descr

Modified: head/graphics/ppmcaption/Makefile
==============================================================================
--- head/graphics/ppmcaption/Makefile	Tue May 14 08:50:24 2019	(r501633)
+++ head/graphics/ppmcaption/Makefile	Tue May 14 09:01:37 2019	(r501634)
@@ -10,8 +10,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility which adds text to images
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV+=	CPP="${CPP}"
-CONFIGURE_ARGS+=	--with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
+CONFIGURE_ENV=	CPP="${CPP}"
+CONFIGURE_ARGS=	--with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
 MAKE_ARGS=	install_prefix=${STAGEDIR}
 
 PLIST_FILES=	bin/ppmcaption man/man1/ppmcaption.1.gz
@@ -20,6 +20,6 @@ ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	does not compile on amd64; untested everywhere else
 
 post-patch:
-	${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
 
 .include <bsd.port.mk>

Modified: head/graphics/ppmcaption/distinfo
==============================================================================
--- head/graphics/ppmcaption/distinfo	Tue May 14 08:50:24 2019	(r501633)
+++ head/graphics/ppmcaption/distinfo	Tue May 14 09:01:37 2019	(r501634)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1556032883
 SHA256 (ppmcaption-1.1.tar.gz) = ae86d31b050b35be9a46279a45d6f73671e15f9b77dbb4f5a6ccfcd0c240fea1
 SIZE (ppmcaption-1.1.tar.gz) = 120469

Modified: head/graphics/ppmcaption/pkg-descr
==============================================================================
--- head/graphics/ppmcaption/pkg-descr	Tue May 14 08:50:24 2019	(r501633)
+++ head/graphics/ppmcaption/pkg-descr	Tue May 14 09:01:37 2019	(r501634)
@@ -2,4 +2,4 @@ The ppmcaption program adds text to images. Multiple b
 can be placed on the image, with varying fonts, font sizes, colors,
 and transparency.
 
-WWW: http://www.jwz.org/ppmcaption/
+WWW: https://www.jwz.org/ppmcaption/



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