From owner-cvs-all@FreeBSD.ORG Wed Jul 23 07:38:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3858737B404; Wed, 23 Jul 2003 07:38:28 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id A774343FA3; Wed, 23 Jul 2003 07:38:26 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h6NEcTAf067900; Wed, 23 Jul 2003 16:38:29 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h6NEcTtQ067899; Wed, 23 Jul 2003 16:38:29 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Ernst de Haan , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Date: Wed, 23 Jul 2003 16:38:29 +0200 User-Agent: KMail/1.5.1 References: <200307231434.h6NEY4G5099509@repoman.freebsd.org> In-Reply-To: <200307231434.h6NEY4G5099509@repoman.freebsd.org> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307231638.29077.ernst.dehaan@nl.wanadoo.com> Subject: Re: cvs commit: ports/java/jdom distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 14:38:28 -0000 By accident (again? yes, again) I used the Makefile as the commit message. Again, I could not correct the error with cvs admin -m, because I don't have the proper privileges. What I _intended_ to do was force a commit on Makefile as well. But the -F that _F_orces a commit on cvs tag does not on commit... Ernst On Wednesday 23 July 2003 16:34, Ernst de Haan wrote: > znerd 2003/07/23 07:34:04 PDT > > FreeBSD ports repository > > Modified files: > java/jdom distinfo pkg-plist > Log: > # New ports collection makefile for: JDOM > # Date created: June 1, 2001 > # Whom: Ernst de Haan > # > # $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd > Exp $ # > > PORTNAME= jdom > PORTVERSION= 1.0b9 > CATEGORIES= java > MASTER_SITES= http://www.jdom.org/dist/source/ > DISTNAME= ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} > > MAINTAINER= znerd@FreeBSD.org > COMMENT= Java library for accessing and manipulating XML > documents > > BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant > > USE_JAVA= 1.2+ > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} > PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} > TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION} > ANT?= ${LOCALBASE}/bin/ant > ANT_TARGET= package javadoc > > do-build: > @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} > > do-install: > @${ECHO} -n ">> Creating directory ${TARGET_DIR}..." > @${MKDIR} ${TARGET_DIR} > @${ECHO} " [ DONE ]" > > @${ECHO} -n ">> Copying files..." > @${CP} -r ${WRKSRC}/* ${TARGET_DIR} > @${ECHO} " [ DONE ]" > > @${ECHO} -n ">> Installing JAR..." > @${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/ > @${ECHO} " [ DONE ]" > > .include > > Revision Changes Path > 1.4 +1 -1 ports/java/jdom/distinfo > 1.6 +281 -302 ports/java/jdom/pkg-plist