public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2015-10-03 12:25 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2015-10-03 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     232f30a1baf056b35402ca343ad130b50e196173
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 12:25:12 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 12:25:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232f30a1

mail-filter/postfwd: Drop old

Package-Manager: portage-2.2.22

 mail-filter/postfwd/postfwd-1.35-r2.ebuild | 87 ------------------------------
 1 file changed, 87 deletions(-)

diff --git a/mail-filter/postfwd/postfwd-1.35-r2.ebuild b/mail-filter/postfwd/postfwd-1.35-r2.ebuild
deleted file mode 100644
index 2886529..0000000
--- a/mail-filter/postfwd/postfwd-1.35-r2.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils user
-
-DESCRIPTION="Versatile Postfix policy server with a flexible ruleset based configuration"
-HOMEPAGE="http://www.postfwd.org/"
-SRC_URI="http://www.postfwd.org/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+tools"
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.16.3
-	virtual/perl-Sys-Syslog
-	dev-perl/Net-DNS
-	dev-perl/net-server
-"
-
-pkg_setup() {
-	enewgroup postfwd
-	enewuser postfwd -1 -1 -1 postfwd
-}
-
-src_install() {
-	local BIN="postfwd2"
-	# programs and tools
-	dosbin "${S}"/sbin/${BIN}
-
-	# man pages and documentation
-	doman "${S}"/man/man8/${BIN}.8
-	dodoc "${S}"/doc/{${BIN}.CHANGELOG,${BIN}.txt}
-
-	# example configuration(s)
-	insinto /usr/share/doc/${PF}/examples
-	newins "${S}"/etc/${PN}.cf.sample ${PN}.cf.dist
-
-	# plugins
-	dodoc -r "${S}"/plugins
-
-	# tools
-	if use tools; then
-		dodoc -r "${S}"/tools
-	fi
-
-	# init script and respective configuration file
-	newinitd "${FILESDIR}"/${PN}.init ${PN}
-	newconfd "${FILESDIR}"/${PN}.conf ${PN}
-}
-
-pkg_postinst() {
-	einfo
-	einfo "${PN} has no default configuration for safety reasons. Every"
-	einfo "mail system is different, so you should craft a set of rules"
-	einfo "that is suitable for your environment and save it to:"
-	einfo "   /etc/postfix/postfwd.cf"
-	einfo "You can find example configurations in:"
-	einfo "   /usr/share/doc/${PF}/examples"
-	einfo
-	einfo "If you want ${PN} to start on system boot, you have to add it your"
-	einfo "default run level:"
-	einfo "   # rc-update add postfwd default"
-	einfo "Also remember to edit /etc/conf.d/${PN} to your liking."
-	einfo
-	einfo "A plugins sampe folder has been placed under:"
-	einfo
-	einfo "   /usr/share/doc/${PF}/plugins"
-
-	if use tools; then
-		einfo
-		einfo "You can find additional tools for testing ${PN} in:"
-		einfo "   /usr/share/doc/${PF}/tools"
-	fi
-
-	ewarn
-	ewarn "Please read the documentation carefully and properly test new"
-	ewarn "rulesets before putting them into production use. Otherwise you"
-	ewarn "risk accidental mail loss or worse."
-	ewarn
-	ewarn "Visit http://www.postfwd.org/ for more information."
-	ewarn
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2016-03-09 20:48 Andreas Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2016-03-09 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f60ff4c94e6893aa8c3db2113e61815795e90656
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar  6 09:18:25 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 20:48:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60ff4c9

mail-filter/postfwd: Fix dependency on dev-perl/Net-Server

Package-Manager: portage-2.2.27

 mail-filter/postfwd/postfwd-1.35-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/postfwd/postfwd-1.35-r3.ebuild b/mail-filter/postfwd/postfwd-1.35-r3.ebuild
index a35f890..c55c829 100644
--- a/mail-filter/postfwd/postfwd-1.35-r3.ebuild
+++ b/mail-filter/postfwd/postfwd-1.35-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DEPEND=""
 RDEPEND=">=dev-lang/perl-5.16.3
 	virtual/perl-Sys-Syslog
 	dev-perl/Net-DNS
-	dev-perl/net-server
+	dev-perl/Net-Server
 "
 
 pkg_setup() {


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2016-12-18 21:49 Göktürk Yüksek
  0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2016-12-18 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b41f1ca3ed54ab1e3f7d17a94624387fb5aefc3c
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 21:46:32 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 21:46:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41f1ca3

mail-filter/postfwd: remove the obsolete description tag from the metadata

Package-Manager: portage-2.3.0

 mail-filter/postfwd/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mail-filter/postfwd/metadata.xml b/mail-filter/postfwd/metadata.xml
index a68d695d..b3ab72e 100644
--- a/mail-filter/postfwd/metadata.xml
+++ b/mail-filter/postfwd/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>info@roessner-net.com</email>
 		<name>Christian Roessner</name>
-		<description>Proxy-Maintainer. Assign bugs to him</description>
 	</maintainer>
 	<maintainer type="person">
 		<email>mschiff@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2017-11-26 23:02 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-11-26 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4748ee1f4af5ebffbab996bd1876da9e983ee35b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 11:53:52 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:00:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4748ee1f

mail-filter/postfwd: [QA] Consistent whitespace in metadata.xml

 mail-filter/postfwd/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-filter/postfwd/metadata.xml b/mail-filter/postfwd/metadata.xml
index 080f469f5bf..e192a97b430 100644
--- a/mail-filter/postfwd/metadata.xml
+++ b/mail-filter/postfwd/metadata.xml
@@ -10,14 +10,14 @@
 		<name>Marc Schiffbauer</name>
 	</maintainer>
 	<maintainer type="project">
-	    <email>proxy-maint@gentoo.org</email>
-	    <name>Proxy Maintainers</name>
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
 	</maintainer>
 	<upstream>
-	    <maintainer status="active">
+		<maintainer status="active">
 			<email>info@postfwd.org</email>
 			<name>Jan Peter Kessler</name>
-	    </maintainer>
+		</maintainer>
 		<changelog>http://www.postfwd.org/postfwd2.CHANGELOG</changelog>
 	</upstream>
 	<longdescription lang="en">


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2019-07-08 11:51 Marc Schiffbauer
  0 siblings, 0 replies; 9+ messages in thread
From: Marc Schiffbauer @ 2019-07-08 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4644dff2a2e013c2af3c4b7b83cd34dddb99ffcc
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 11:43:33 2019 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 11:51:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4644dff2

mail-filter/postfwd: added v2.02, remove v2.00

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 mail-filter/postfwd/Manifest                       |  1 +
 .../{postfwd-2.00.ebuild => postfwd-2.02.ebuild}   | 54 +++++++++-------------
 2 files changed, 23 insertions(+), 32 deletions(-)

diff --git a/mail-filter/postfwd/Manifest b/mail-filter/postfwd/Manifest
index 28c0ed381da..7290afea910 100644
--- a/mail-filter/postfwd/Manifest
+++ b/mail-filter/postfwd/Manifest
@@ -1,2 +1,3 @@
 DIST postfwd-1.35.tar.gz 354609 BLAKE2B 8e85db37d7f81be4613d9c2e411760af48650125af7b22439e3b47a8c3c7285564bfcd7a9fe4eed35d2603ddf80dcdf11d75f84afcaf3e57d53c4e986068f06c SHA512 7b0e8c8a755f085c108c45b28ec8c32139581ce129d0b8586f1876ae87f134a4fb1606d45105ccfa62351ca2d3b87f001ea52aacab0680f3345c41562bec5207
 DIST postfwd-2.00.tar.gz 265346 BLAKE2B ec67bffb5f6959e9516965516688e72f337f717a3159a094dc0373331a5fc09a451f664643a7f3e739b28d4137c130acfb39129b8557b4d41f4d445679f52623 SHA512 b9994b7dd96f1460d66ef35f173c5a4a4d72beb5b955092349304eae2672182874f07236fe5512ba3d0ecc68e2f0472e76b3667ded011536b0cf6f2d874bb039
+DIST postfwd-2.02.tar.gz 265781 BLAKE2B de63bdab4f7c1b117a16ebed2248f1e89b7c973bb34cee1b3fbbceda8c9d9b92d180fb5de8a332732b69a05d1b157be1c95d81ded003641d78665064a4881432 SHA512 23b48ca7218fba46f4b1887c4c6724112866c2e22e56f749602ba74430c4cf4c8418b9effb400ea4a468a5f137c764cac9611879e37d1585cf6d0b31dd41060f

diff --git a/mail-filter/postfwd/postfwd-2.00.ebuild b/mail-filter/postfwd/postfwd-2.02.ebuild
similarity index 63%
rename from mail-filter/postfwd/postfwd-2.00.ebuild
rename to mail-filter/postfwd/postfwd-2.02.ebuild
index f4ce5c30fd1..df52b4a6f05 100644
--- a/mail-filter/postfwd/postfwd-2.00.ebuild
+++ b/mail-filter/postfwd/postfwd-2.02.ebuild
@@ -1,18 +1,17 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils user systemd
+inherit systemd user
 
 DESCRIPTION="Versatile Postfix policy server with a flexible ruleset based configuration"
-HOMEPAGE="http://www.postfwd.org/"
-SRC_URI="http://www.postfwd.org/${P}.tar.gz"
+HOMEPAGE="https://www.postfwd.org/"
+SRC_URI="https://www.postfwd.org/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+tools"
 
 DEPEND=""
 RDEPEND=">=dev-lang/perl-5.16.3
@@ -35,27 +34,21 @@ pkg_setup() {
 
 src_install() {
 	local BIN="postfwd3"
-	# programs and tools
-	dosbin "${S}"/sbin/${BIN}
+	# program
+	dosbin sbin/${BIN}
 
 	# man pages and documentation
-	doman "${S}"/man/man8/${BIN}.8
-	dodoc "${S}"/doc/{${BIN}.CHANGELOG,${BIN}.txt}
+	doman man/man8/${BIN}.8
+	dodoc doc/{${BIN}.CHANGELOG,${BIN}.txt}
 
-	# example configuration(s)
-	insinto /usr/share/doc/${PF}/examples
-	newins "${S}"/etc/${PN}.cf.sample ${PN}.cf.dist
+	# example configuration
+	dodoc etc/${PN}.cf.sample
 
-	# plugins
-	dodoc -r "${S}"/plugins
-
-	# tools
-	if use tools; then
-		dodoc -r "${S}"/tools
-	fi
+	# plugins and tools
+	dodoc -r plugins tools
 
 	# start scripts script and respective configuration file
-	newinitd "${FILESDIR}"/${PN}.init.3 ${PN}
+	newinitd "${FILESDIR}"/${PN}.init.3-r1 ${PN}
 	newconfd "${FILESDIR}"/${PN}.conf.3 ${PN}
 	systemd_newunit "${FILESDIR}"/${PN}.service.3 ${PN}.service
 }
@@ -65,33 +58,30 @@ pkg_postinst() {
 	einfo "${PN} has no default configuration for safety reasons. Every"
 	einfo "mail system is different, so you should craft a set of rules"
 	einfo "that is suitable for your environment and save it to:"
-	einfo "   /etc/postfwd.cf"
-	einfo "You can find example configurations in:"
-	einfo "   /usr/share/doc/${PF}/examples"
+	einfo "   ${EROOT}/etc/postfwd.cf"
+	einfo "You can find a sample configuration in:"
+	einfo "   ${EROOT}/usr/share/doc/${PF}"
 	einfo
 	einfo "If you want ${PN} to start on system boot, you have to add it your"
 	einfo "default run level if using OpenRC:"
 	einfo "   # rc-update add postfwd default"
-	einfo "Also remember to edit /etc/conf.d/${PN} to your liking."A
+	einfo "Also remember to edit ${EROOT}/etc/conf.d/${PN} to your liking."
 	einfo
 	einfo "Or - if you are using systemd - enable the service:"
 	einfo "   # systemctl enable postfwd"
 	einfo
 	einfo "A plugins sample folder has been placed under:"
 	einfo
-	einfo "   /usr/share/doc/${PF}/plugins"
-
-	if use tools; then
-		einfo
-		einfo "You can find additional tools for testing ${PN} in:"
-		einfo "   /usr/share/doc/${PF}/tools"
-	fi
+	einfo "   ${EROOT}/usr/share/doc/${PF}/plugins"
+	einfo
+	einfo "You can find additional tools for testing ${PN} in:"
+	einfo "   ${EROOT}/usr/share/doc/${PF}/tools"
 
 	ewarn
 	ewarn "Please read the documentation carefully and properly test new"
 	ewarn "rulesets before putting them into production use. Otherwise you"
 	ewarn "risk accidental mail loss or worse."
 	ewarn
-	ewarn "Visit http://www.postfwd.org/ for more information."
+	ewarn "Visit https://www.postfwd.org/ for more information."
 	ewarn
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2021-03-20  8:48 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2021-03-20  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ec722bf1f53ffb44060c45da8e97c4fd01a9a3de
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 08:48:21 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:48:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec722bf1

mail-filter/postfwd: UnusedLocalUse

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mail-filter/postfwd/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mail-filter/postfwd/metadata.xml b/mail-filter/postfwd/metadata.xml
index 86691fdb1c6..e9407a0103b 100644
--- a/mail-filter/postfwd/metadata.xml
+++ b/mail-filter/postfwd/metadata.xml
@@ -28,7 +28,4 @@
 		grouping, date and time based dependencies together with DNSBL lookups
 		and policy delegation (e.g. postgrey).
 	</longdescription>
-	<use>
-		<flag name="tools">Install additional tools for testing postfwd</flag>
-	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2021-07-11 19:07 Conrad Kostecki
  0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2021-07-11 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3defd2e0d2aacb510d6e56aff7227ad36be9353f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 19:04:06 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 19:07:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3defd2e0

mail-filter/postfwd: migrate to GLEP 81

Bug: https://bugs.gentoo.org/781317
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 mail-filter/postfwd/postfwd-2.02-r1.ebuild | 83 ++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

diff --git a/mail-filter/postfwd/postfwd-2.02-r1.ebuild b/mail-filter/postfwd/postfwd-2.02-r1.ebuild
new file mode 100644
index 00000000000..9c5901fcc65
--- /dev/null
+++ b/mail-filter/postfwd/postfwd-2.02-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="Versatile Postfix policy server with a flexible ruleset based configuration"
+HOMEPAGE="https://www.postfwd.org/"
+SRC_URI="https://www.postfwd.org/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	acct-group/postfwd
+	acct-user/postfwd
+	dev-lang/perl
+	dev-perl/Net-CIDR-Lite
+	dev-perl/Net-DNS
+	dev-perl/Net-Server
+	dev-perl/NetAddr-IP
+	virtual/perl-Digest-MD5
+	virtual/perl-Storable
+	virtual/perl-Sys-Syslog
+	virtual/perl-Time-HiRes
+"
+
+src_install() {
+	local BIN="postfwd3"
+	# program
+	dosbin sbin/${BIN}
+
+	# man pages and documentation
+	doman man/man8/${BIN}.8
+	dodoc doc/{${BIN}.CHANGELOG,${BIN}.txt}
+
+	# example configuration
+	dodoc etc/${PN}.cf.sample
+
+	# plugins and tools
+	dodoc -r plugins tools
+
+	# start scripts script and respective configuration file
+	newinitd "${FILESDIR}"/${PN}.init.3-r1 ${PN}
+	newconfd "${FILESDIR}"/${PN}.conf.3 ${PN}
+	systemd_newunit "${FILESDIR}"/${PN}.service.3 ${PN}.service
+}
+
+pkg_postinst() {
+	einfo
+	einfo "${PN} has no default configuration for safety reasons. Every"
+	einfo "mail system is different, so you should craft a set of rules"
+	einfo "that is suitable for your environment and save it to:"
+	einfo "   ${EROOT}/etc/postfwd.cf"
+	einfo "You can find a sample configuration in:"
+	einfo "   ${EROOT}/usr/share/doc/${PF}"
+	einfo
+	einfo "If you want ${PN} to start on system boot, you have to add it your"
+	einfo "default run level if using OpenRC:"
+	einfo "   # rc-update add postfwd default"
+	einfo "Also remember to edit ${EROOT}/etc/conf.d/${PN} to your liking."
+	einfo
+	einfo "Or - if you are using systemd - enable the service:"
+	einfo "   # systemctl enable postfwd"
+	einfo
+	einfo "A plugins sample folder has been placed under:"
+	einfo
+	einfo "   ${EROOT}/usr/share/doc/${PF}/plugins"
+	einfo
+	einfo "You can find additional tools for testing ${PN} in:"
+	einfo "   ${EROOT}/usr/share/doc/${PF}/tools"
+
+	ewarn
+	ewarn "Please read the documentation carefully and properly test new"
+	ewarn "rulesets before putting them into production use. Otherwise you"
+	ewarn "risk accidental mail loss or worse."
+	ewarn
+	ewarn "Visit https://www.postfwd.org/ for more information."
+	ewarn
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2021-07-11 20:12 Conrad Kostecki
  0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2021-07-11 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d077a1cbd191f4e81fde7c58fb4b230e5ce48187
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:11:51 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:11:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d077a1cb

mail-filter/postfwd: bump to version 2.03

Closes: https://bugs.gentoo.org/737142
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 mail-filter/postfwd/Manifest            |  1 +
 mail-filter/postfwd/postfwd-2.03.ebuild | 83 +++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

diff --git a/mail-filter/postfwd/Manifest b/mail-filter/postfwd/Manifest
index 92c099a3a05..8bc9d7b26cd 100644
--- a/mail-filter/postfwd/Manifest
+++ b/mail-filter/postfwd/Manifest
@@ -1 +1,2 @@
 DIST postfwd-2.02.tar.gz 265781 BLAKE2B de63bdab4f7c1b117a16ebed2248f1e89b7c973bb34cee1b3fbbceda8c9d9b92d180fb5de8a332732b69a05d1b157be1c95d81ded003641d78665064a4881432 SHA512 23b48ca7218fba46f4b1887c4c6724112866c2e22e56f749602ba74430c4cf4c8418b9effb400ea4a468a5f137c764cac9611879e37d1585cf6d0b31dd41060f
+DIST postfwd-2.03.tar.gz 266373 BLAKE2B d7d7ab7680ddc7640831b2216d2f1618f1b4561abed6a0c6c5edabebe205496ae41893500b09c9bd76131dbbbed1743af00156417f2fb23c23c03fdddef96e95 SHA512 1f29766e9e7aa8cfd4c86e426ca578670094eb856758bc67d0fbd98ec31f408a5797e0fd93ee81a169014b5376dfc48f71db122a4cfafe0ba757856679f5ff61

diff --git a/mail-filter/postfwd/postfwd-2.03.ebuild b/mail-filter/postfwd/postfwd-2.03.ebuild
new file mode 100644
index 00000000000..9c5901fcc65
--- /dev/null
+++ b/mail-filter/postfwd/postfwd-2.03.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="Versatile Postfix policy server with a flexible ruleset based configuration"
+HOMEPAGE="https://www.postfwd.org/"
+SRC_URI="https://www.postfwd.org/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	acct-group/postfwd
+	acct-user/postfwd
+	dev-lang/perl
+	dev-perl/Net-CIDR-Lite
+	dev-perl/Net-DNS
+	dev-perl/Net-Server
+	dev-perl/NetAddr-IP
+	virtual/perl-Digest-MD5
+	virtual/perl-Storable
+	virtual/perl-Sys-Syslog
+	virtual/perl-Time-HiRes
+"
+
+src_install() {
+	local BIN="postfwd3"
+	# program
+	dosbin sbin/${BIN}
+
+	# man pages and documentation
+	doman man/man8/${BIN}.8
+	dodoc doc/{${BIN}.CHANGELOG,${BIN}.txt}
+
+	# example configuration
+	dodoc etc/${PN}.cf.sample
+
+	# plugins and tools
+	dodoc -r plugins tools
+
+	# start scripts script and respective configuration file
+	newinitd "${FILESDIR}"/${PN}.init.3-r1 ${PN}
+	newconfd "${FILESDIR}"/${PN}.conf.3 ${PN}
+	systemd_newunit "${FILESDIR}"/${PN}.service.3 ${PN}.service
+}
+
+pkg_postinst() {
+	einfo
+	einfo "${PN} has no default configuration for safety reasons. Every"
+	einfo "mail system is different, so you should craft a set of rules"
+	einfo "that is suitable for your environment and save it to:"
+	einfo "   ${EROOT}/etc/postfwd.cf"
+	einfo "You can find a sample configuration in:"
+	einfo "   ${EROOT}/usr/share/doc/${PF}"
+	einfo
+	einfo "If you want ${PN} to start on system boot, you have to add it your"
+	einfo "default run level if using OpenRC:"
+	einfo "   # rc-update add postfwd default"
+	einfo "Also remember to edit ${EROOT}/etc/conf.d/${PN} to your liking."
+	einfo
+	einfo "Or - if you are using systemd - enable the service:"
+	einfo "   # systemctl enable postfwd"
+	einfo
+	einfo "A plugins sample folder has been placed under:"
+	einfo
+	einfo "   ${EROOT}/usr/share/doc/${PF}/plugins"
+	einfo
+	einfo "You can find additional tools for testing ${PN} in:"
+	einfo "   ${EROOT}/usr/share/doc/${PF}/tools"
+
+	ewarn
+	ewarn "Please read the documentation carefully and properly test new"
+	ewarn "rulesets before putting them into production use. Otherwise you"
+	ewarn "risk accidental mail loss or worse."
+	ewarn
+	ewarn "Visit https://www.postfwd.org/ for more information."
+	ewarn
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/
@ 2022-02-10 20:12 Jonas Stein
  0 siblings, 0 replies; 9+ messages in thread
From: Jonas Stein @ 2022-02-10 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     76310c34b0b4a061a616242f776421e4d6b28b93
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 20:09:01 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 20:11:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76310c34

mail-filter/postfwd: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633254
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 mail-filter/postfwd/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/mail-filter/postfwd/metadata.xml b/mail-filter/postfwd/metadata.xml
index 56ccc1947ae6..8f3168c9e513 100644
--- a/mail-filter/postfwd/metadata.xml
+++ b/mail-filter/postfwd/metadata.xml
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>c@roessner.co</email>
-		<name>Christian Roessner</name>
-	</maintainer>
 	<maintainer type="person">
 		<email>mschiff@gentoo.org</email>
 		<name>Marc Schiffbauer</name>
 	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<maintainer status="active">
 			<email>info@postfwd.org</email>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-10 20:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 20:12 [gentoo-commits] repo/gentoo:master commit in: mail-filter/postfwd/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2021-07-11 20:12 Conrad Kostecki
2021-07-11 19:07 Conrad Kostecki
2021-03-20  8:48 Joonas Niilola
2019-07-08 11:51 Marc Schiffbauer
2017-11-26 23:02 David Seifert
2016-12-18 21:49 Göktürk Yüksek
2016-03-09 20:48 Andreas Hüttel
2015-10-03 12:25 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox