Date: Tue, 2 Apr 2013 03:21:30 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/177557: security/ranpwd: Update MASTER_SITES Message-ID: <20130402032130.fc9fce39d09ac4122129b512@yahoo.com> Resent-Message-ID: <201304011840.r31Ie288029666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177557 >Category: ports >Synopsis: security/ranpwd: Update MASTER_SITES >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 Apr 01 18:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Support STRIP properly >How-To-Repeat: >Fix: diff -urN /usr/ports/security/ranpwd/Makefile security/ranpwd/Makefile --- /usr/ports/security/ranpwd/Makefile 2013-02-13 23:47:59.000000000 +0900 +++ security/ranpwd/Makefile 2013-03-31 04:15:22.000000000 +0900 @@ -1,27 +1,30 @@ -# ex:ts=8 -# Ports collection makefile for: ranpwd -# Date created: Jun 11, 2009 -# Whom: corky1951@comcast.net -# +# Created by: corky1951@comcast.net # $FreeBSD: head/security/ranpwd/Makefile 312155 2013-02-13 14:33:14Z miwi $ -# PORTNAME= ranpwd PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} +#MASTER_SITES= KERNEL_ORG +MASTER_SITES= http://artfiles.org/kernel.org/pub/%SUBDIR%/ \ + http://debian.securedservers.com/kernel/pub/%SUBDIR%/ \ + http://ftp.cc.uoc.gr/pub/%SUBDIR%/ \ + http://ftp.naist.jp/pub/Linux/kernel.org/%SUBDIR%/ MASTER_SITE_SUBDIR= software/utils/admin/ranpwd MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to generate random passwords +COMMENT= Tool to generate random passwords -GNU_CONFIGURE= yes -USE_GMAKE= yes +LICENSE= GPLv2 # (or later) -BROKEN= checksum mismatch +USE_GMAKE= yes +GNU_CONFIGURE= yes +MAN1= ranpwd.1 PLIST_FILES= bin/ranpwd -MAN1= ranpwd.1 +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ranpwd ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} ranpwd.1 ${MANPREFIX}/man/man1) .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?20130402032130.fc9fce39d09ac4122129b512>