remove old port mail/teapop; broken since getpwnam_shadow changes, 2003 code,
no update in ports since 2006, homepage is 404. ok fcambus@ danj@
This commit is contained in:
parent
dfda567c2c
commit
b0babafb8e
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.482 2017/06/07 22:00:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.483 2017/06/08 12:53:38 sthen Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-2.327
|
||||
PKGNAME = quirks-2.328
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.494 2017/06/07 22:00:05 sthen Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.495 2017/06/08 12:53:38 sthen Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -976,6 +976,7 @@ my $obsolete_reason = {
|
||||
'castle-combat'=> 3,
|
||||
'rxvt' => 2,
|
||||
'irssi-silc' => 3,
|
||||
'teapop' => 3,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.355 2017/04/30 20:28:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.356 2017/06/08 12:53:38 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += abook
|
||||
@ -226,7 +226,6 @@
|
||||
SUBDIR += swaks
|
||||
SUBDIR += sylpheed
|
||||
SUBDIR += sympa
|
||||
SUBDIR += teapop
|
||||
SUBDIR += thunderbird-i18n
|
||||
SUBDIR += tmda
|
||||
SUBDIR += tnef
|
||||
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/10/11 23:50:01 naddy Exp $
|
||||
|
||||
COMMENT= POP3-server with virtual domain support
|
||||
|
||||
DISTNAME= teapop-0.3.8
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.toontown.org/teapop/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --enable-flock
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (teapop-0.3.8.tar.gz) = 3KQ7Cgepy+VlE1LW7GMbE6lyDNPAEbZ+gB4TaV2AU54=
|
||||
SIZE (teapop-0.3.8.tar.gz) = 147098
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-etc_Makefile_in,v 1.1.1.1 2002/06/08 05:58:24 pvalchev Exp $
|
||||
--- etc/Makefile.in.orig Tue Apr 9 12:33:40 2002
|
||||
+++ etc/Makefile.in Fri Apr 12 13:22:27 2002
|
||||
@@ -23,16 +23,11 @@ build:
|
||||
fi
|
||||
|
||||
install: build
|
||||
- @ echo Checking for existing teapop.passwd; \
|
||||
- if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \
|
||||
- echo "Exists...NOT installing teapop.passwd"; \
|
||||
- else \
|
||||
echo "Not found, installing teapop.passwd"; \
|
||||
- ${INSTALL} -d ${DESTDIR}/${sysconfdir}; \
|
||||
+ ${INSTALL} -d ${PREFIX}/share/examples/teapop; \
|
||||
${INSTALL} teapop.passwd \
|
||||
- ${DESTDIR}/${sysconfdir}; \
|
||||
- ${CHMOD} 0644 ${DESTDIR}/${sysconfdir}/teapop.passwd; \
|
||||
- fi
|
||||
+ ${PREFIX}/share/examples/teapop; \
|
||||
+ ${CHMOD} 0644 ${PREFIX}/share/examples/teapop/teapop.passwd; \
|
||||
|
||||
makefile: ../config/timestamp
|
||||
@ echo Updating Makefile
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-teapop_Makefile_in,v 1.1.1.1 2002/06/08 05:58:24 pvalchev Exp $
|
||||
--- teapop/Makefile.in.orig Thu Apr 25 12:59:05 2002
|
||||
+++ teapop/Makefile.in Thu Apr 25 12:59:29 2002
|
||||
@@ -7,7 +7,7 @@ libexecdir = @libexecdir@
|
||||
localstatedir = @localstatedir@
|
||||
|
||||
CC = @CC@
|
||||
-CFLAGS = -I../include -I../config -DETC_DIR=\"$(sysconfdir)\" -DVAR_DIR=\"$(localstatedir)\" @CFLAGS@
|
||||
+CFLAGS = -I../include -I../config -DETC_DIR=\"$(sysconfdir)\" -DVAR_DIR=\"/var\" @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
|
@ -1,7 +0,0 @@
|
||||
Teapop is an RFC1939 and RFC2449 compliant POP3-server, which is quickly
|
||||
gaining world-wide recognition. With its' flexible virtual domain support,
|
||||
Teapop distinguishes itself from other POP3-servers. The possibility to
|
||||
authenticate users in several different ways, for example
|
||||
PostgreSQL-databases and Apache htpasswd files, lets Teapop adapt itself
|
||||
to Your setup, rather than the other way around as with traditional
|
||||
POP3-servers.
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 09:09:45 espie Exp $
|
||||
libexec/teapop
|
||||
@man man/man8/teapop.8
|
||||
sbin/cronpopauth.pl
|
||||
share/examples/teapop/
|
||||
share/examples/teapop/teapop.passwd
|
||||
@sample ${SYSCONFDIR}/teapop.passwd
|
||||
@comment var/
|
Loading…
Reference in New Issue
Block a user