mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update autorespond to 2.0.2, adding a patch to comment out
a definition of strcasestr(), which is already provided by our libc's <string.h>. Take over maintainership from Neil Blakey-Milner with many thanks for his work on this and other ports! PR: 34024 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Approved by: nbm (former maintainer)
This commit is contained in:
parent
b368a70218
commit
9797ec1723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54301
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= autorespond
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.vpopmail.cx/
|
||||
MASTER_SITES= http://www.inter7.com/devel/
|
||||
|
||||
MAINTAINER= nbm@FreeBSD.org
|
||||
MAINTAINER= roam@FreeBSD.org
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${MAKE} autorespond
|
||||
|
@ -1 +1 @@
|
||||
MD5 (autorespond-1.0.0.tar.gz) = 915977b3db335cdfa51e18cd660fce95
|
||||
MD5 (autorespond-2.0.2.tar.gz) = aa81f2c02b36ccd3ce58c60f0f89683e
|
||||
|
19
mail/autorespond/files/patch-autorespond.c
Normal file
19
mail/autorespond/files/patch-autorespond.c
Normal file
@ -0,0 +1,19 @@
|
||||
--- autorespond.c Thu Feb 7 12:07:44 2002
|
||||
+++ autorespond.c Thu Feb 7 12:07:59 2002
|
||||
@@ -377,6 +377,7 @@
|
||||
/*********************************************************
|
||||
** find string in string - ignore case **/
|
||||
|
||||
+/*
|
||||
char *strcasestr( char *_s1, char *_s2 )
|
||||
{
|
||||
char *s1;
|
||||
@@ -399,7 +400,7 @@
|
||||
else
|
||||
return _s1 + (ptr - s1);
|
||||
}
|
||||
-
|
||||
+*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user