mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 1.2
This commit is contained in:
parent
0de2112585
commit
eea2bd7c98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134215
4 changed files with 22 additions and 23 deletions
|
@ -6,11 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= noattach
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.rhnet.is/pub/noattach/
|
||||
DISTNAME= ${PORTNAME}-1.1p1
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= An attachment filter for Sendmail
|
||||
|
@ -62,7 +60,7 @@ do-install:
|
|||
${PREFIX}/etc/rc.d/noattach.sh.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/noattach.patterns \
|
||||
${PREFIX}/etc/noattach.patterns-dist
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/noattach.8 ${PREFIX}/man/man8/
|
||||
${INSTALL_MAN} ${WRKSRC}/noattach.8 ${PREFIX}/man/man8/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (noattach-1.1p1.tar.gz) = 4b2baa32bc1a6ef914c1f53eb9b7a23a
|
||||
SIZE (noattach-1.1p1.tar.gz) = 99389
|
||||
MD5 (noattach-1.2.tar.gz) = b695b7ba4310da82c57785c8ac1f108a
|
||||
SIZE (noattach-1.2.tar.gz) = 126176
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.in.orig Thu Aug 21 15:56:27 2003
|
||||
+++ Makefile.in Tue Oct 12 17:14:38 2004
|
||||
@@ -122,7 +122,7 @@
|
||||
noattach_LDFLAGS =
|
||||
|
||||
DEFS = @DEFS@
|
||||
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
|
||||
--- Makefile.in.orig Wed Feb 2 12:34:03 2005
|
||||
+++ Makefile.in Sun Apr 17 23:02:08 2005
|
||||
@@ -77,7 +77,7 @@
|
||||
rfc2231.$(OBJEXT)
|
||||
noattach_OBJECTS = $(am_noattach_OBJECTS)
|
||||
noattach_LDADD = $(LDADD)
|
||||
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
|
||||
+DEFAULT_INCLUDES = $(MILTER_INCLUDES) -I. -I$(srcdir) -I.
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
--- noattach.c.orig Thu Aug 21 15:52:48 2003
|
||||
+++ noattach.c Tue Oct 12 18:02:32 2004
|
||||
@@ -54,7 +54,9 @@
|
||||
#define BUFFER_SIZE (MILTER_CHUNK_SIZE+OVERLAP_SIZE)
|
||||
--- noattach.c.orig Wed Feb 2 12:16:45 2005
|
||||
+++ noattach.c Sun Apr 17 23:04:29 2005
|
||||
@@ -77,8 +77,10 @@
|
||||
|
||||
#ifndef true
|
||||
#ifndef SMFIF_QUARANTINE
|
||||
+#ifndef __bool_true_false_are_defined
|
||||
typedef int bool;
|
||||
+#endif /* ! __bool_true_false_are_defined */
|
||||
typedef int bool; /* kludge: typedef unneeded in 8.13.0, when
|
||||
* quarantining was introduced */
|
||||
+#endif
|
||||
#endif
|
||||
#define false 0
|
||||
#define true 1
|
||||
#endif /* ! true */
|
||||
|
|
Loading…
Add table
Reference in a new issue