From tkato432@yahoo.com  Wed Aug 24 18:47:21 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EFB351065674
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:47:12 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id C356C8FC13
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:47:12 +0000 (UTC)
Received: from localhost.localdomain (ZT038043.ppp.dion.ne.jp [59.128.38.43])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 04E8423C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 25 Aug 2011 03:47:10 +0900 (JST)
Message-Id: <20110825033905.a7acdf6e.tkato432@yahoo.com>
Date: Thu, 25 Aug 2011 03:39:05 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: sysutils/blimitd

>Number:         160146
>Category:       ports
>Synopsis:       Update port: sysutils/blimitd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 18:50:37 UTC 2011
>Closed-Date:    Fri Aug 26 04:26:04 UTC 2011
>Last-Modified:  Fri Aug 26 04:30:25 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/blimitd/Makefile sysutils/blimitd/Makefile
--- /usr/ports/sysutils/blimitd/Makefile	2011-08-03 15:47:45.000000000 +0900
+++ sysutils/blimitd/Makefile	2011-08-20 07:46:06.000000000 +0900
@@ -9,30 +9,26 @@
 PORTVERSION=	0.1
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://mirror2.unixfreunde.de/ \
-		http://freebsd.unixfreunde.de/sources/
+MASTER_SITES=	ftp://ftp.ugh.net.au/pub/unix/blimitd/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Daemon to enforce login.conf limits
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2011-09-01
-
 WRKSRC=		${WRKDIR}/blimitd
 
 MAN8=		blimitd.8
 MANCOMPRESSED=	maybe
 
-post-install:
-	@if [ ! -f ${PREFIX}/etc/rc.d/blimitd.sh ]; then \
-		${ECHO} "Installing ${PREFIX}/etc/rc.d/blimitd.sh startup file."; \
-		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/blimitd.sh ${PREFIX}/etc/rc.d/blimitd.sh; \
-	fi
-
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 900007
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-utmpx
 .endif
 
+post-install:
+	@if [ ! -f ${PREFIX}/etc/rc.d/blimitd.sh ]; then \
+		${ECHO} "Installing ${PREFIX}/etc/rc.d/blimitd.sh startup file."; \
+		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/blimitd.sh ${PREFIX}/etc/rc.d/blimitd.sh; \
+	fi
+
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 26 04:26:03 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160146 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160146: commit references a PR
Date: Fri, 26 Aug 2011 04:26:29 +0000 (UTC)

 miwi        2011-08-26 04:26:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/blimitd     Makefile 
   Log:
   - Fix MASTER_SITES
   
   PR:             160146
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.11      +7 -11     ports/sysutils/blimitd/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
