diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-22 19:09:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-22 19:09:58 +0000 |
commit | 30a99468ac53dcc0bb7167e7acf75cf6b0035e40 (patch) | |
tree | af72976fa6c0bb520f77f28466ed07f5aff52abf /mail/sentinel | |
parent | cd5b2b5c245eab855cd3edbbd59fb54eed92706e (diff) | |
download | ports-30a99468ac53dcc0bb7167e7acf75cf6b0035e40.tar.gz ports-30a99468ac53dcc0bb7167e7acf75cf6b0035e40.zip |
Notes
Diffstat (limited to 'mail/sentinel')
-rw-r--r-- | mail/sentinel/Makefile | 4 | ||||
-rw-r--r-- | mail/sentinel/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index a25ddc3412bd..90b1c1de259a 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sentinel -PORTVERSION= 1.6.4b +PORTVERSION= 1.6.5b CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smfilter @@ -26,7 +26,7 @@ do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ -o ${PORTNAME} ${PORTNAME}.c -L${LOCALBASE}/lib \ - -lmilter -lpcre ${PTHREAD_LIBS} + -lmilter -lpcre -lpcreposix ${PTHREAD_LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin diff --git a/mail/sentinel/distinfo b/mail/sentinel/distinfo index c39824d251f3..e9fe62a9660a 100644 --- a/mail/sentinel/distinfo +++ b/mail/sentinel/distinfo @@ -1 +1 @@ -MD5 (sentinel-1.6.4b.tar.gz) = 90aebca03b7b7e3fc6ad5846ef66b3dd +MD5 (sentinel-1.6.5b.tar.gz) = bcc5fa5e78ca1c556a16fd15601f3d59 |