ports/189700: mail/dovecot2-pigeonhole: cannot fetch DISTFILE, update to new MASTER_SITE

Koichiro IWAO meta+ports at vmeta.jp
Mon May 12 09:30:01 UTC 2014


>Number:         189700
>Category:       ports
>Synopsis:       mail/dovecot2-pigeonhole: cannot fetch DISTFILE, update to new MASTER_SITE
>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:   Mon May 12 09:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Koichiro IWAO
>Release:        
>Organization:
>Environment:
>Description:
- Update MASTER_SITE
- Fix direct use of strip command
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/mail/dovecot2-pigeonhole/Makefile mail/dovecot2-pigeonhole/Makefile
--- /usr/ports/mail/dovecot2-pigeonhole/Makefile	2014-04-29 03:50:08.052109085 +0900
+++ mail/dovecot2-pigeonhole/Makefile	2014-05-12 18:04:44.979819907 +0900
@@ -5,7 +5,7 @@
 PORTVERSION=	0.4.2
 PORTREVISION=	3
 CATEGORIES=	mail
-MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
+MASTER_SITES=	http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
 
 MAINTAINER=	bra at fsn.hu
@@ -36,6 +36,6 @@
 		${WRKSRC}/doc/Makefile.in
 
 post-install:
-	${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip
+	${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD}
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list