Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462406 - mail-mta/qpsmtpd has new homepage
Summary: mail-mta/qpsmtpd has new homepage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-03-20 00:32 UTC by Markus Ullmann
Modified: 2021-12-31 03:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qpsmtpd-9999.ebuild (file_462406.txt,2.14 KB, text/plain)
2013-03-20 00:32 UTC, Markus Ullmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Ullmann 2013-03-20 00:32:56 UTC
Created attachment 342680 [details]
qpsmtpd-9999.ebuild

The development continues on github now
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-03-20 18:47:07 UTC
Comment on attachment 342680 [details]
qpsmtpd-9999.ebuild

--- qpsmtpd-9999.ebuild 2013-02-15 16:59:11.044014291 +0100
+++ -   2013-03-20 19:46:56.696887338 +0100
@@ -4,12 +4,13 @@
 
 EAPI=2
 
-inherit eutils git-2 perl-app user
+inherit eutils perl-app user git-2
 
 DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl"
 HOMEPAGE="http://smtpd.develooper.com"
-EGIT_REPO_URI="git://git.develooper.com/qpsmtpd.git
-       http://git.develooper.com/qpsmtpd.git"
+# This is a spotted development fork with many improvements
+EGIT_REPO_URI="git://github.com/qpsmtpd-dev/qpsmtpd-dev.git
+       https://github.com/qpsmtpd-dev/qpsmtpd-dev.git"
 
 LICENSE="MIT"
 SLOT="0"
@@ -24,6 +25,7 @@
        dev-perl/Socket6
        dev-perl/Danga-Socket
        dev-perl/ParaDNS
+       dev-perl/UNIVERSAL-isa
        ipv6? ( dev-perl/IO-Socket-INET6 )
        syslog? ( virtual/perl-Sys-Syslog )
        virtual/inetd"
@@ -37,11 +39,6 @@
        enewuser smtpd -1 -1 /var/spool/qpsmtpd smtpd${additional_groups}
 }
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.40-badrcptto_allowrelay.patch
-       epatch "${FILESDIR}"/${PN}-0.83-clamd_conf.patch
-}
-
 src_install() {
        perl-module_src_install
Comment 2 Markus Ullmann 2014-10-23 15:11:21 UTC
GIT URL changed again, now is https://github.com/smtpd/qpsmtpd.git
Comment 3 Wim Muskee 2017-01-07 12:31:16 UTC
Can be closed I think, the currently listed HOMEPAGE redirects to the page listed in the Github page.

curl -IL http://smtpd.develooper.com
Comment 4 Jonas Stein gentoo-dev 2021-12-31 03:21:59 UTC
commit 8906bf206dfad1802b44a11ed101495b0f308cd5
Author: David Hicks <david@hicks.id.au>
Date:   Sun Jul 30 02:24:28 2017 +1000

    mail-mta/qpsmtpd: use HTTPS for GitHub, replace defunct HOMEPAGE
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3