diff --git a/dns/whoseip/Makefile b/dns/whoseip/Makefile index 032dd0cb1f7e..7c85ee12d4fa 100644 --- a/dns/whoseip/Makefile +++ b/dns/whoseip/Makefile @@ -1,19 +1,19 @@ PORTNAME= whoseip PORTVERSION= 1.00 CATEGORIES= dns perl5 MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \ http://freebsd.nsu.ru/distfiles/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Get information about IP addresses: country code and network LICENSE= GPLv3+ RUN_DEPENDS= p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ p5-Data-UUID>0:devel/p5-Data-UUID USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/net/gorss/Makefile b/net/gorss/Makefile index 6db06a3fffeb..1291f80133c2 100644 --- a/net/gorss/Makefile +++ b/net/gorss/Makefile @@ -1,35 +1,35 @@ PORTNAME= gorss PORTVERSION= 0.3 DISTVERSIONPREFIX= v PORTREVISION= 4 CATEGORIES= net www -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple RSS/Atom reader written in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= Lallassu .include "${.CURDIR}/Makefile.deps" GO_BUILDFLAGS= -ldflags "-w -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/internal.Version=${PORTVERSION}" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ ${DATADIR_REL}/themes/default.theme \ ${DATADIR_REL}/themes/irssi.theme \ ${DATADIR_REL}/themes/night.theme post-patch: @${LN} -sf xdg_linux.go \ ${WRKSRC}/vendor/github.com/OpenPeeDeeP/xdg/xdg_${OPSYS:tl}.go post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -a ${WRKSRC}/themes ${STAGEDIR}${DATADIR} .include diff --git a/print/simple-fb2-reader/Makefile b/print/simple-fb2-reader/Makefile index 0ac9c28c1a50..b196efccbf3a 100644 --- a/print/simple-fb2-reader/Makefile +++ b/print/simple-fb2-reader/Makefile @@ -1,19 +1,19 @@ PORTNAME= simple-fb2-reader PORTVERSION= 1.1.3 PORTREVISION= 3 CATEGORIES= print -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple FB2 format book reader LICENSE= GPLv3+ LIB_DEPENDS= libzip.so:archivers/libzip USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig \ shared-mime-info sqlite USE_GITHUB= yes GH_ACCOUNT= Cactus64k USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 .include diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index d0bfdbc97265..647a6313db8e 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -1,41 +1,41 @@ PORTNAME= picocrypt PORTVERSION= 1.25 PORTREVISION= 3 CATEGORIES= security -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small, simple, yet very secure encryption tool LICENSE= GPLv3 USES= gl gnome go:modules pkgconfig xorg USE_GL= gl USE_GNOME= gtk30 USE_XORG= x11 xau xcb xdmcp USE_GITHUB= yes GH_ACCOUNT= HACKERALERT GH_PROJECT= Picocrypt GH_TUPLE= \ HACKERALERT:clipboard:7345ba96aeca:hackeralert_clipboard/vendor/github.com/HACKERALERT/clipboard \ HACKERALERT:crypto:ba8732acd7e7:hackeralert_crypto/vendor/github.com/HACKERALERT/crypto \ HACKERALERT:dialog:a9e6303eda42:hackeralert_dialog/vendor/github.com/HACKERALERT/dialog \ HACKERALERT:giu:a37934efe9a9:hackeralert_giu/vendor/github.com/HACKERALERT/giu \ HACKERALERT:gl:402fdd216609:hackeralert_gl/vendor/github.com/HACKERALERT/gl \ HACKERALERT:glfw:d0da149b3bef:hackeralert_glfw_glfw/vendor/github.com/HACKERALERT/glfw \ HACKERALERT:imgui-go:da7cd33ca753:hackeralert_imgui_go/vendor/github.com/HACKERALERT/imgui-go \ HACKERALERT:infectious:bb1303403749:hackeralert_infectious/vendor/github.com/HACKERALERT/infectious \ HACKERALERT:mainthread:2ec9e701cc14:hackeralert_mainthread/vendor/github.com/HACKERALERT/mainthread \ HACKERALERT:serpent:293b29869c66:hackeralert_serpent/vendor/github.com/HACKERALERT/serpent \ HACKERALERT:sys:2e09c491f471:hackeralert_sys/vendor/github.com/HACKERALERT/sys \ HACKERALERT:w32:4b84c2675d8d:hackeralert_w32/vendor/github.com/HACKERALERT/w32 \ HACKERALERT:zxcvbn-go:f131a4666ad5:hackeralert_zxcvbn_go/vendor/github.com/HACKERALERT/zxcvbn-go WRKSRC_SUBDIR= src PLIST_FILES= bin/${PORTNAME} post-patch: @${LN} -sf dlgs_linux.go \ ${WRKSRC}/vendor/github.com/HACKERALERT/dialog/dlgs_${OPSYS:tl}.go .include diff --git a/sysutils/stepsync/Makefile b/sysutils/stepsync/Makefile index 03dace740914..7c9055928431 100644 --- a/sysutils/stepsync/Makefile +++ b/sysutils/stepsync/Makefile @@ -1,16 +1,16 @@ PORTNAME= stepsync PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= StepSync-${PORTVERSION} -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= File and folder synchronization tool LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= build base gui .include