diff --git a/converters/iconv-extra/Makefile b/converters/iconv-extra/Makefile index 1b51fccc9072..91f4287b36d3 100644 --- a/converters/iconv-extra/Makefile +++ b/converters/iconv-extra/Makefile @@ -1,16 +1,16 @@ PORTNAME= iconv-extra PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= LOCAL/bland -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Additional charsets for the iconv library (those from the Unicode site) LICENSE= BSD3CLAUSE LIB_DEPENDS= libbiconv.so:converters/iconv USES= perl5 uidfix .include diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index 32c5d43038ad..3d010971afc4 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -1,16 +1,16 @@ PORTNAME= iconv-rfc1345 PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= LOCAL/bland -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Additional charset modules for the iconv library (from RFC1345) LICENSE= BSD3CLAUSE LIB_DEPENDS= libbiconv.so:converters/iconv USES= perl5 uidfix .include diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 90e228ed3f44..4b81d0d53ea5 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -1,36 +1,36 @@ PORTNAME= iconv PORTVERSION= 2.0 PORTREVISION= 6 CATEGORIES= converters MASTER_SITES= LOCAL/bland -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Charset conversion library and utilities LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= shebangfix perl5 uidfix USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= iconv_builtin ccs/iconv_mktbl OPTIONS_DEFINE= CCSUTIL OPTIONS_DEFAULT=CCSUTIL OPTIONS_SUB= yes CCSUTIL_DESC= Install Coded character set (CCS) util CCSUTIL_USE= PERL5=run CCSUTIL_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-ccs_Makefile .include .if defined(NO_PROFILE) || ${OSVERSION} > 1400001 PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE="" .endif .include diff --git a/databases/libgdamm5/Makefile b/databases/libgdamm5/Makefile index f3991efae605..f2579ce488f7 100644 --- a/databases/libgdamm5/Makefile +++ b/databases/libgdamm5/Makefile @@ -1,33 +1,33 @@ PORTNAME= libgdamm PORTVERSION= 4.99.11 PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for libgda5 library WWW= https://www.gtkmm.org/ USES= gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang gnome USE_CXXSTD= c++11 USE_GNOME= libgda5 glibmm GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-documentation BINARY_WRAPPERS= gm4 OPTIONS_DEFINE= BDB .include .if ${PORT_OPTIONS:MBDB} || exists(${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:databases/libgda5-bdb RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:databases/libgda5-bdb PLIST_SUB+= BDB="" .else PLIST_SUB+= BDB="" .endif .include diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 180ecabc93f6..dcad06635ef1 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -1,31 +1,31 @@ PORTNAME= gconfmm PORTVERSION= 2.28.3 PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for gconf2 API library WWW= http://gtkmm.sourceforge.net/ LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm USES= compiler:c++11-lang gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --disable-documentation INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in .include diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile index cece7a166903..16b46d77d23c 100644 --- a/devel/glademm/Makefile +++ b/devel/glademm/Makefile @@ -1,27 +1,27 @@ PORTNAME= glademm PORTVERSION= 2.6.0 PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= http://home.wtal.de/petig/Gtk/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= C++ code generator backend for glade and glade2 WWW= http://home.wtal.de/petig/Gtk/ USES= gmake gnome pathfix pkgconfig USE_CXXSTD= c++14 USE_GNOME= gnomeprefix GNU_CONFIGURE= yes PLIST_FILES= bin/glade-- bin/glademm-embed post-patch: @${RM} ${WRKSRC}/src/getopt.* @${REINPLACE_CMD} \ -Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \ -Ee '/^@AMDEP(.)+getopt/d' \ ${WRKSRC}/src/Makefile.in .include diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile index b526107c59f5..9268d196df9d 100644 --- a/devel/libglademm24/Makefile +++ b/devel/libglademm24/Makefile @@ -1,35 +1,35 @@ PORTNAME= libglademm PORTVERSION= 2.6.7 PORTREVISION= 15 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for libglade2 library WWW= http://gtkmm.sourceforge.net/ OPTIONS_DEFINE= DOCS LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ pkgconfig tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 ice USE_GNOME= libglade2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 PLIST_SUB= VERSION="2.4" API_VERSION="2.4" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in .include diff --git a/devel/py-pyicu/Makefile b/devel/py-pyicu/Makefile index 2d8d3c09bfbd..13d1842068ab 100644 --- a/devel/py-pyicu/Makefile +++ b/devel/py-pyicu/Makefile @@ -1,32 +1,32 @@ PORTNAME= pyicu PORTVERSION= 2.4.3 PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyICU-${PORTVERSION} -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python extension wrapping IBM's ICU C++ API #' WWW= https://pypi.org/project/PyICU/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicudata.so:devel/icu USES= compiler:c++11-lang python USE_CXXSTD= c++11 USE_PYTHON= distutils autoplist MAKE_ENV= PYICU_INCLUDES="${LOCALBASE}/include" \ PYICU_CFLAGS="${CXXFLAGS:ts:}" \ PYICU_LFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -w -DPYICU_VER=\"${PORTVERSION}\" pre-configure: @if [ ! -e ${LOCALBASE}/lib/libicule.so ]; then \ ${REINPLACE_CMD} "s/, 'icule'//" ${WRKSRC}/${PYSETUP}; \ fi .include diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile index bef6fdb566b7..fe021c783f6e 100644 --- a/emulators/parallels-tools/Makefile +++ b/emulators/parallels-tools/Makefile @@ -1,19 +1,19 @@ PORTNAME= parallels-tools PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/bland -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Parallels Desktop Tools for FreeBSD WWW= https://www.parallels.com/products/desktop/ LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= kmod tar:bzip2 uidfix PLIST_FILES= ${KMODDIR}/if_pvmnet.ko .include diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index bc6292b887fc..d26a39155a2d 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -1,32 +1,32 @@ PORTNAME= libgnomecanvasmm PORTVERSION= 2.26.0 PORTREVISION= 15 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for libgnomecanvas library WWW= http://gtkmm.sourceforge.net/ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= libgnomecanvas GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in .include diff --git a/science/mercantile/Makefile b/science/mercantile/Makefile index 30c4f3e1a4fc..12e3fd6334c5 100644 --- a/science/mercantile/Makefile +++ b/science/mercantile/Makefile @@ -1,22 +1,22 @@ PORTNAME= mercantile DISTVERSION= 1.2.1 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Spherical mercator coordinate and tile utilities WWW= https://github.com/mapbox/mercantile LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= mapbox NO_ARCH= yes .include diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index e2a379c2e50c..c50eefe450a7 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -1,37 +1,37 @@ PORTNAME= libxml++ PORTVERSION= 2.40.1 PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= GNOME -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= XML API for C++ WWW= http://libxmlplusplus.sourceforge.net/ USES+= tar:xz compiler:c++11-lang USE_CXXSTD= c++11 PLIST_SUB= VERSION="2.6" API_VERSION="2.6" .if !defined(REFERENCE_PORT) USES+= gmake libtool pathfix pkgconfig gnome USE_GNOME= glibmm libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static --disable-documentation INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ ${WRKSRC}/libxml++-2.6.pc.in .include .endif diff --git a/textproc/libxml++30/Makefile b/textproc/libxml++30/Makefile index d4068b62c8e7..16fb802274a1 100644 --- a/textproc/libxml++30/Makefile +++ b/textproc/libxml++30/Makefile @@ -1,35 +1,35 @@ PORTNAME= libxml++ PORTVERSION= 2.91.3 PORTREVISION?= 0 CATEGORIES= textproc MASTER_SITES= GNOME PKGNAMESUFFIX= 30 -MAINTAINER= bland@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= XML API for C++ WWW= http://libxmlplusplus.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES+= tar:xz compiler:c++11-lang PLIST_SUB= VERSION="3.0" API_VERSION="3.0" USES+= gmake libtool pathfix pkgconfig gnome USE_GNOME= glibmm libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static --disable-documentation INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ ${WRKSRC}/libxml++.pc.in .include diff --git a/textproc/py-line-protocol-parser/Makefile b/textproc/py-line-protocol-parser/Makefile index c1167566d0dc..eb562983e4ed 100644 --- a/textproc/py-line-protocol-parser/Makefile +++ b/textproc/py-line-protocol-parser/Makefile @@ -1,23 +1,23 @@ PORTNAME= line-protocol-parser PORTVERSION= 1.1.1 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Parses InfluxDB line protocol strings into Python dictionaries WWW= https://github.com/Penlect/line-protocol-parser/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= Penlect GH_PROJECT= line-protocol-parser do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 06ffabdc6730..39f92a44950b 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -1,22 +1,22 @@ PORTNAME= xrestop PORTVERSION= 0.4 PORTREVISION= 5 CATEGORIES= x11 -MAINTAINER= bland@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11 server side resource usage statistics monitor WWW= https://www.freedesktop.org/wiki/Software/xrestop/ USES= gmake pkgconfig ncurses xorg xorg-cat:app USE_XORG= x11 xext xrender xt xres xorgproto GNU_CONFIGURE= yes USE_GITLAB= yes GL_TAGNAME= 5e3d606e9e055c2442e90285b6fe7ffdc2f721b8 CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11" LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/xrestop man/man1/xrestop.1.gz .include