Index: head/devel/ucpp/Makefile =================================================================== --- head/devel/ucpp/Makefile (revision 437606) +++ head/devel/ucpp/Makefile (revision 437607) @@ -1,27 +1,26 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= ucpp PORTVERSION= 1.3.2 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= GH MAINTAINER= crees@FreeBSD.org COMMENT= C preprocessor and lexer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GH_ACCOUNT= lpsantil GH_TAGNAME= 31b719e USE_GITHUB= yes PLIST_FILES= bin/ucpp man/man1/ucpp.1.gz USES= gmake do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/ .include Index: head/devel/ucpp/pkg-descr =================================================================== --- head/devel/ucpp/pkg-descr (revision 437606) +++ head/devel/ucpp/pkg-descr (revision 437607) @@ -1,9 +1,9 @@ ucpp is a C preprocessor and lexer. It has the following goals: - Strict conformance to the C99 standard (with switches to disable some extensions and mimic C90 behaviour) - Low memory consumption - Possibility to use the code as a lexer (that outputs tokens directly) -WWW: http://code.google.com/p/ucpp/ +WWW: https://code.google.com/archive/p/ucpp/