Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 09:21:51 GMT
From:      Koichiro IWAO <meta+ports@vmeta.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189700: mail/dovecot2-pigeonhole: cannot fetch DISTFILE, update to new MASTER_SITE
Message-ID:  <201405120921.s4C9LpLZ055625@cgiserv.freebsd.org>
Resent-Message-ID: <201405120930.s4C9U0eI031525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405120921.s4C9LpLZ055625>