From owner-freebsd-ports Tue Aug 27 7: 0:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24DCB37B427 for ; Tue, 27 Aug 2002 07:00:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD81F43E65 for ; Tue, 27 Aug 2002 07:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RE0JJU017941 for ; Tue, 27 Aug 2002 07:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7RE0J9D017940; Tue, 27 Aug 2002 07:00:19 -0700 (PDT) Date: Tue, 27 Aug 2002 07:00:19 -0700 (PDT) Message-Id: <200208271400.g7RE0J9D017940@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sergei Kolobov Subject: Re: ports/42078: New port: sysutils/metalog Reply-To: Sergei Kolobov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/42078; it has been noted by GNATS. From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/42078: New port: sysutils/metalog Date: Tue, 27 Aug 2002 17:58:24 +0400 Few last-minute changes to make portlint happy: diff -ruN metalog.old/Makefile metalog/Makefile --- metalog.old/Makefile Tue Aug 27 17:53:46 2002 +++ metalog/Makefile Tue Aug 27 17:52:44 2002 @@ -1,15 +1,16 @@ # New ports collection makefile for: metalog -# Date Created: 27 Aug 2002 +# Date Created: 27 Aug 2002 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= metalog -PORTVERSION= 0.7beta +PORTVERSION= 0.7b CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} +DISTNAME= ${PORTNAME}-0.7beta EXTRACT_SUFX= .tgz MAINTAINER= sergei@kolobov.com @@ -17,8 +18,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" MAN8= metalog.8 DOCS= COPYING NEWS README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message