Index: head/devel/editline/Makefile =================================================================== --- head/devel/editline/Makefile (revision 428599) +++ head/devel/editline/Makefile (revision 428600) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= editline PORTVERSION= 1.15.2 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minix editline: A free readline() for UNIX LICENSE= BSD4CLAUSE USES= autoreconf libtool ncurses pathfix USE_GITHUB= yes GH_ACCOUNT= troglobit USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PORTDOCS= * post-patch: # rename to libeditline.3 to avoid conflict with libedit ${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3 .include Index: head/devel/m4/Makefile =================================================================== --- head/devel/m4/Makefile (revision 428599) +++ head/devel/m4/Makefile (revision 428600) @@ -1,34 +1,34 @@ # Created by: mr # $FreeBSD$ PORTNAME= m4 PORTVERSION= 1.4.17 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= GNU m4 USES= makeinfo tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INFO= m4 EXAMPLESDIR= share/examples/gm4 OPTIONS_DEFINE= LIBSIGSEGV EXAMPLES LIBSIGSEGV_DESC= Use alternative page fault handler (GNU libsigsegv) LIBSIGSEGV_LIB_DEPENDS= libsigsegv.so:devel/libsigsegv LIBSIGSEGV_CONFIGURE_ON= --with-libsigsegv-prefix=${LOCALBASE} LIBSIGSEGV_CONFIGURE_OFF= --without-libsigsegv-prefix post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 \ ${STAGEDIR}${PREFIX}/${EXAMPLESDIR} .include Index: head/devel/readline/Makefile =================================================================== --- head/devel/readline/Makefile (revision 428599) +++ head/devel/readline/Makefile (revision 428600) @@ -1,48 +1,48 @@ # Created by: Frank Laszlo # $FreeBSD$ PORTNAME= readline PORTVERSION= 6.3${PATCHLEVEL} CATEGORIES= devel MASTER_SITES= GNU \ ftp://ftp.cwru.edu/pub/bash/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([0-9].[0-9]).*/\1/} PATCH_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for editing command lines as they are typed LICENSE= GPLv3 OPTIONS_DEFINE= TERMCAP DOCS OPTIONS_DEFAULT=TERMCAP TERMCAP_DESC= Link against libtermcap USES= cpe CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:C/${PATCHLEVEL}$//} CPE_UPDATE= ${PATCHLEVEL:C/^\.//} GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= readline rluserman history PATCHES= 1 2 3 4 5 6 7 8 .for p in ${PATCHES:S/^/00/} PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/} .endfor PATCHLEVEL= ${PATCHES:M1:S/1/./}${PATCHES:Q:S/^/./:S/ /./g:E} .include pre-configure: .if ${PORT_OPTIONS:MTERMCAP} ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in .endif post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libreadline.so.6 \ ${STAGEDIR}${PREFIX}/lib/libhistory.so.6 .include Index: head/print/texinfo/Makefile =================================================================== --- head/print/texinfo/Makefile (revision 428599) +++ head/print/texinfo/Makefile (revision 428600) @@ -1,50 +1,50 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= texinfo PORTVERSION= 6.1.20160425 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ http://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typeset documentation system with multiple format output BUILD_DEPENDS+= help2man:misc/help2man OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} USES+= charsetfix cpe gmake ncurses perl5 tar:xz MAKE_ARGS= TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl INFO= texinfo info-stnd CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} TEXMF= share/texmf PLIST_SUB= TEXMF=${TEXMF} post-patch: ${CHMOD} 755 ${WRKSRC}/build-aux/install-sh ${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/ ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/ ${REINPLACE_CMD} '/rm -f ..DESTDIR/s:$$: $$(DESTDIR)$$(xsdir)/XSParagraph.*:' \ ${WRKSRC}/tp/Texinfo/Convert/XSParagraph/Makefile.in post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR} ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .include Index: head/security/nettle/Makefile =================================================================== --- head/security/nettle/Makefile (revision 428599) +++ head/security/nettle/Makefile (revision 428600) @@ -1,54 +1,54 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= nettle PORTVERSION= 3.2 CATEGORIES= security MASTER_SITES= GNU \ http://www.lysator.liu.se/~nisse/archive/:liu \ ftp://ftp.lysator.liu.se/pub/security/lsh/:liu -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-level cryptographic library LICENSE= LGPL3 GPLv2+ LICENSE_COMB= multi LIB_DEPENDS= libgmp.so:math/gmp USES= gmake makeinfo USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= M4="/usr/bin/m4 -g" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes PORTDOCS= NEWS README TODO nettle.html nettle.pdf PORTEXAMPLES= *.c *.h INFO= nettle OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${ARCH} == "sparc64" CONFIGURE_ENV+= CCPIC=-fPIC .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include