Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2007 02:52:21 GMT
From:      Kim Naim Lesmer <kim@bitflop.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118504: Update of website and maintainers email adress - new makefile
Message-ID:  <200712090252.lB92qLss087352@www.freebsd.org>
Resent-Message-ID: <200712090300.lB9303wn039762@freefall.freebsd.org>

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

>Number:         118504
>Category:       ports
>Synopsis:       Update of website and maintainers email adress - new makefile
>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:   Sun Dec 09 03:00:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Kim Naim Lesmer
>Release:        6.2
>Organization:
>Environment:
>Description:
I cannot validate from the old email adress since it doesn't exist any longer.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# New ports collection makefile for:   portcheck
# Date created:        01 January 2007
# Whom:                Kim Naim Lesmer <kim@bitflop.com>
#
# $FreeBSD: ports/ports-mgmt/portcheck/Makefile,v 1.6 2007/08/15 18:08:13 sat Exp $
#

PORTNAME=	portcheck
PORTVERSION=	1.13
CATEGORIES=	ports-mgmt
MASTER_SITES=	http://www.bitflop.com/pub/portcheck/files/
EXTRACT_SUFX=	.tbz
DIST_SUBDIR=	rerolled

MAINTAINER=	kim@bitflop.com
COMMENT=	Maintains the ports tree and checks up the installed packages

RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit

PLIST_FILES=	bin/portcheck
MAN1=		portcheck.1
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-install:
	@${INSTALL_SCRIPT} ${WRKDIR}/portcheck ${PREFIX}/bin
	@${INSTALL_MAN} ${WRKDIR}/portcheck.1 ${MAN8PREFIX}/man/man1
	@${ECHO} ""
	@${ECHO} "See 'man portcheck' for information about usage."
	@${ECHO} ""

.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?200712090252.lB92qLss087352>