Index: head/devel/cgdb/Makefile =================================================================== --- head/devel/cgdb/Makefile (revision 399129) +++ head/devel/cgdb/Makefile (revision 399130) @@ -1,32 +1,32 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= cgdb PORTVERSION= 0.6.8 CATEGORIES= devel MASTER_SITES= http://cgdb.me/files/ -MAINTAINER= serio.jeffrey@riseup.net +MAINTAINER= serio.jeffrey@gmail.com COMMENT= Curses-based interface to the GNU Debugger LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man USES= makeinfo readline INFO= cgdb GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes # we need this for openpty(3) . It sucks, # but since cgdb include a libutil itself, # we have to specify the full path. LDFLAGS+= /usr/lib/libutil.so post-patch: @${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure .include Index: head/devel/nasm/Makefile =================================================================== --- head/devel/nasm/Makefile (revision 399129) +++ head/devel/nasm/Makefile (revision 399130) @@ -1,36 +1,36 @@ # Created by: Murray Stokely # $FreeBSD$ PORTNAME= nasm PORTVERSION= 2.11.08 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel lang MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ -MAINTAINER= serio.jeffrey@riseup.net +MAINTAINER= serio.jeffrey@gmail.com COMMENT= General-purpose multi-platform x86 and amd64 assembler LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes USES= tar:xz gmake MAKE_ARGS+= INSTALLROOT=${STAGEDIR} INSTALL_TARGET= install #needed for RDOFF_INSTALL_TARGET OPTIONS_DEFINE= RDOFF DOCS OPTIONS_DEFAULT=RDOFF OPTIONS_SUB= yes RDOFF_DESC= Install tools to handle RDOFF object files RDOFF_INSTALL_TARGET= install_rdf DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX} PORTDOCS= * post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/doc/nasmdoc.txt ${STAGEDIR}${DOCSDIR} .include Index: head/irc/hexchat/Makefile =================================================================== --- head/irc/hexchat/Makefile (revision 399129) +++ head/irc/hexchat/Makefile (revision 399130) @@ -1,100 +1,100 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= hexchat PORTVERSION= 2.10.2 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.net/${PORTNAME}/ -MAINTAINER= serio.jeffrey@riseup.net +MAINTAINER= serio.jeffrey@gmail.com COMMENT= IRC chat program with GTK and Text Frontend LICENSE= GPLv2 LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy USES= gmake desktop-file-utils libtool pkgconfig tar:xz USE_GNOME= gtk20 intltool libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 SUB_FILES= pkg-message PORTDOCS= * OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOAT DOCS FISHLIM NLS NOTIFY \ PERL PYTHON SOCKS TEXTFE OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS NOTIFY PERL PYTHON OPTIONS_SUB= yes CA_BUNDLE_DESC= Include CA bundle for SSL verification CANBERRA_DESC= Audio support via Libcanberra DOAT_DESC= Do At plugin FISHLIM_DESC= FiSHLiM plugin TEXTFE_DESC= Text frontend SOCKS_DESC= SOCKS proxy support, FORBIDDEN in FreeBSD 10+ CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CANBERRA_LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra CANBERRA_CONFIGURE_ENABLE= libcanberra DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib DBUS_CONFIGURE_ENABLE= dbus DOAT_CONFIGURE_ENABLE= doat FISHLIM_CONFIGURE_ENABLE= fishlim NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USES_OFF= gettext-tools # doesn't build otherwise NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify NOTIFY_CONFIGURE_ENABLE= libnotify PERL_CONFIGURE_ENABLE= perl PYTHON_CONFIGURE_ENABLE= python SOCKS_LIB_DEPENDS= libsocks.so:${PORTSDIR}/net/dante SOCKS_CONFIGURE_ENABLE= socks TEXTFE_CONFIGURE_ENABLE= textfe .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 WITH_OPENSSL_PORT= yes .endif .if ${PORT_OPTIONS:MCA_BUNDLE} CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt" .else CA_BUNDLE= NULL .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 .endif .if ${PORT_OPTIONS:MDBUS} USE_GNOME+= gconf2 .endif post-patch: @${REINPLACE_CMD} -e 's|%%CA_BUNDLE%%|${CA_BUNDLE}|' \ ${WRKSRC}/src/common/server.c post-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} .endif .include Index: head/sysutils/ttyload/Makefile =================================================================== --- head/sysutils/ttyload/Makefile (revision 399129) +++ head/sysutils/ttyload/Makefile (revision 399130) @@ -1,32 +1,32 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= ttyload PORTVERSION= 0.5.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ -MAINTAINER= serio.jeffrey@riseup.net +MAINTAINER= serio.jeffrey@gmail.com COMMENT= Give a color-coded graph of load averages over time LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= default USES= tar:bzip2 PLIST_FILES= bin/ttyload man/man1/ttyload.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/README .include