Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 22:45:30 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59333: Update port: mail/sentinel to 1.7b
Message-ID:  <20031116224530.2b80d07f.tkato@prontomail.com>
Resent-Message-ID: <200311161350.hAGDoHIW059573@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59333
>Category:       ports
>Synopsis:       Update port: mail/sentinel to 1.7b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 05:50:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.7b

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/sentinel/Makefile mail/sentinel/Makefile
--- /usr/ports/mail/sentinel/Makefile	Sun Oct 12 16:49:50 2003
+++ mail/sentinel/Makefile	Sun Nov 16 16:01:45 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	sentinel
-PORTVERSION=	1.6.5b
-PORTREVISION=   3
+PORTVERSION=	1.7b
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	smfilter
@@ -20,10 +19,10 @@
 .include <bsd.port.pre.mk>
 
 .if !exists(/usr/lib/libmilter.a) && !exists(${LOCALBASE}/lib/libmilter.a)
-IGNORE=         requires Sendmail 8.12
+IGNORE=		requires Sendmail 8.12
 .endif
-CFLAGS+=       -I${LOCALBASE}/include
-LDFLAGS+=      -L${LOCALBASE}/lib
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 do-build:
 	cd ${WRKSRC} && \
@@ -40,6 +39,7 @@
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.FreeBSD ${DOCSDIR}
 .endif
 
 post-install:
diff -urN /usr/ports/mail/sentinel/distinfo mail/sentinel/distinfo
--- /usr/ports/mail/sentinel/distinfo	Mon Jun 23 10:01:36 2003
+++ mail/sentinel/distinfo	Sun Nov 16 15:56:02 2003
@@ -1 +1 @@
-MD5 (sentinel-1.6.5b.tar.gz) = bcc5fa5e78ca1c556a16fd15601f3d59
+MD5 (sentinel-1.7b.tar.gz) = b13b0403e275e94420e0a77378b26e0f
diff -urN /usr/ports/mail/sentinel/pkg-plist mail/sentinel/pkg-plist
--- /usr/ports/mail/sentinel/pkg-plist	Sun Oct 12 16:49:50 2003
+++ mail/sentinel/pkg-plist	Sun Nov 16 15:57:49 2003
@@ -4,5 +4,6 @@
 @exec mkdir /var/sentinel
 @exec chown smmsp:smmsp /var/sentinel
 @unexec rm -rf /var/sentinel
-%%PORTDOCS%%share/doc/sentinel/README
-%%PORTDOCS%%@dirrm share/doc/sentinel
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031116224530.2b80d07f.tkato>