mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.8
Take maintainership
This commit is contained in:
parent
b8a59e1d43
commit
4dcc08d254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374952
@ -2,11 +2,11 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= fdm
|
PORTNAME= fdm
|
||||||
PORTVERSION= 1.7
|
PORTVERSION= 1.8
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= bapt@FreeBSD.org
|
||||||
COMMENT= Fetches and delivers mail
|
COMMENT= Fetches and delivers mail
|
||||||
|
|
||||||
LICENSE= ISCL
|
LICENSE= ISCL
|
||||||
@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
|||||||
PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz
|
PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz
|
||||||
PORTDOCS= CHANGES README MANUAL
|
PORTDOCS= CHANGES README MANUAL
|
||||||
PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf g-lando.conf
|
PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf g-lando.conf
|
||||||
MAKE_ARGS= -DPCRE -DDB
|
MAKE_ARGS= -DPCRE -DDB INSTALLBIN="${INSTALL_PROGRAM}"
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@ -25,7 +25,6 @@ post-patch:
|
|||||||
@${REINPLACE_CMD} -e 's|/usr/local/include/openssl|/usr/include/openssl|;\
|
@${REINPLACE_CMD} -e 's|/usr/local/include/openssl|/usr/include/openssl|;\
|
||||||
s|-I-||g; s|-g bin -o root||g; s|^FDEBUG|#&|;\
|
s|-I-||g; s|-g bin -o root||g; s|^FDEBUG|#&|;\
|
||||||
s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${MAKEFILE}
|
s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${MAKEFILE}
|
||||||
cd ${WRKSRC} && ${AWK} -f tools/makemanual.awk MANUAL.in > MANUAL
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (fdm-1.7.tar.gz) = 484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a
|
SHA256 (fdm-1.8.tar.gz) = 4f4c000d3e2cd11936c23c0d7a95da860743b7543790d5797268df18864b2342
|
||||||
SIZE (fdm-1.7.tar.gz) = 199808
|
SIZE (fdm-1.8.tar.gz) = 193220
|
||||||
|
Loading…
Reference in New Issue
Block a user