[Midnightbsd-cvs] mports: Makefile: Improve fetching options.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 12 14:38:42 EDT 2008


Log Message:
-----------
Improve fetching options.  Change config file permissions to be more relaxed.

Modified Files:
--------------
    mports/mail/fetchmail:
        Makefile (r1.10 -> r1.11)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/fetchmail/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -L mail/fetchmail/Makefile -L mail/fetchmail/Makefile -u -r1.10 -r1.11
--- mail/fetchmail/Makefile
+++ mail/fetchmail/Makefile
@@ -12,10 +12,13 @@
 
 PORTNAME=	fetchmail
 PORTVERSION=	6.3.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail ipv6
-MASTER_SITES=	${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR=	fetchmail
+MASTER_SITES=	${MASTER_SITE_BERLIOS} \
+		${MASTER_SITE_SUNSITE:S/$/:sunsite/}\
+		http://home.leo.org/~barner/freebsd/distfiles/:leo
+MASTER_SITE_SUBDIR=	fetchmail/:DEFAULT,leo \
+			system/mail/pop/fetchmail/:sunsite
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,leo,sunsite
 SUB_FILES=	pkg-message
 
@@ -23,7 +26,7 @@
 COMMENT=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
 LICENSE=	gpl2
 
-RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
+RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 
 USE_RC_SUBR=	fetchmail
 FETCHMAILRC=	${PREFIX}/etc/fetchmailrc
@@ -142,6 +145,6 @@
 	${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${PREFIX}/libexec
 #	the group and owner of this file get changed by the plist.
-	${INSTALL} -m 640 -o root -g wheel ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample
+	${INSTALL} -m 644 -o root -g wheel ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list