Index: head/graphics/ppmcaption/Makefile =================================================================== --- head/graphics/ppmcaption/Makefile (revision 501633) +++ head/graphics/ppmcaption/Makefile (revision 501634) @@ -1,25 +1,25 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= ppmcaption PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= http://www.jwz.org/ppmcaption/ 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 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 Index: head/graphics/ppmcaption/distinfo =================================================================== --- head/graphics/ppmcaption/distinfo (revision 501633) +++ head/graphics/ppmcaption/distinfo (revision 501634) @@ -1,2 +1,3 @@ +TIMESTAMP = 1556032883 SHA256 (ppmcaption-1.1.tar.gz) = ae86d31b050b35be9a46279a45d6f73671e15f9b77dbb4f5a6ccfcd0c240fea1 SIZE (ppmcaption-1.1.tar.gz) = 120469 Index: head/graphics/ppmcaption/pkg-descr =================================================================== --- head/graphics/ppmcaption/pkg-descr (revision 501633) +++ head/graphics/ppmcaption/pkg-descr (revision 501634) @@ -1,5 +1,5 @@ The ppmcaption program adds text to images. Multiple blocks of text 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/