ports/51860: Update port: mail/sentinel to 1.6.4b

KATO Tsuguru tkato at prontomail.com
Tue May 6 14:40:40 UTC 2003


>Number:         51860
>Category:       ports
>Synopsis:       Update port: mail/sentinel to 1.6.4b
>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:   Tue May 06 07:40:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.6.4b

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/sentinel/Makefile mail/sentinel/Makefile
--- /usr/ports/mail/sentinel/Makefile	Sat Apr 12 22:56:16 2003
+++ mail/sentinel/Makefile	Sun May  4 07:03:29 2003
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	sentinel
-PORTVERSION=	1.6.1b
+PORTVERSION=	1.6.4b
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	smfilter
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Sentinel is a sendmail milter API implementation
+COMMENT=	A sendmail milter API implementation
+
+LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
 
 USE_REINPLACE=	yes
 
@@ -21,8 +23,10 @@
 		's|:/var|:${PREFIX}/var|g' ${WRKSRC}/sentinel.cf.SAMPLE
 
 do-build:
-	cd ${WRKSRC} && ${CC} ${CFLAGS} ${PTHREAD_CFLAGS} -o ${PORTNAME} \
-		${PORTNAME}.c -lmilter ${PTHREAD_LIBS} 
+	cd ${WRKSRC} && \
+		${CC} ${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
+		-o ${PORTNAME} ${PORTNAME}.c -L${LOCALBASE}/lib \
+		-lmilter -lpcre ${PTHREAD_LIBS} 
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin
diff -urN /usr/ports/mail/sentinel/distinfo mail/sentinel/distinfo
--- /usr/ports/mail/sentinel/distinfo	Mon Jan  6 16:00:40 2003
+++ mail/sentinel/distinfo	Sun May  4 06:57:40 2003
@@ -1 +1 @@
-MD5 (sentinel-1.6.1b.tar.gz) = 11adcb2b0b2e39cc2c6b0e894107c57c
+MD5 (sentinel-1.6.4b.tar.gz) = 90aebca03b7b7e3fc6ad5846ef66b3dd
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list