diff options
author | garga <garga@FreeBSD.org> | 2006-02-26 00:35:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-26 00:35:42 +0800 |
commit | 24e3745cc4f614c60f235e7b45dcf95c87640562 (patch) | |
tree | e55ba627e1212359fa16ce37f9543667226b567a /mail | |
parent | 45401b12bd78c471620300be6122e71d91b275b4 (diff) | |
download | freebsd-ports-gnome-24e3745cc4f614c60f235e7b45dcf95c87640562.tar.gz freebsd-ports-gnome-24e3745cc4f614c60f235e7b45dcf95c87640562.tar.zst freebsd-ports-gnome-24e3745cc4f614c60f235e7b45dcf95c87640562.zip |
- Fix MASTER_SITES and make it fetchable again
- Remove WWW line
PR: ports/93042
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: portmgr (krion), maintainer timeout (15 days)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/solidpop3d/Makefile | 5 | ||||
-rw-r--r-- | mail/solidpop3d/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/solidpop3d/Makefile b/mail/solidpop3d/Makefile index 0a54aba280ca..0db48d66a567 100644 --- a/mail/solidpop3d/Makefile +++ b/mail/solidpop3d/Makefile @@ -9,8 +9,9 @@ PORTNAME= solidpop3d PORTVERSION= 0.15 PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= http://solidpop3d.pld.org.pl/ \ - ftp://207.176.230.192/ +MASTER_SITES= http://pld.ouraynet.com/software/solidpop3d/ \ + http://fr2.rpmfind.net/linux/PLD/software/solidpop3d/ \ + http://www.netsw.org/net/mail/transport/pop/ DISTNAME= solid-pop3d-${PORTVERSION} MAINTAINER= drkangel@drkangel.org diff --git a/mail/solidpop3d/pkg-descr b/mail/solidpop3d/pkg-descr index d2339943a347..c37c1bfe99d7 100644 --- a/mail/solidpop3d/pkg-descr +++ b/mail/solidpop3d/pkg-descr @@ -18,5 +18,3 @@ checked for buffer overflow leaks and file races. None have been found as for now. All operations on files are done with user privileges. There is no SUID APOP secrets database management program (as in QPOP). Each user can specify his secret in his own home directory. - -WWW: http://solidpop3d.pld.org.pl/ |