cvs commit: ports/java/jdom distinfo pkg-plist

Ernst de Haan ernst.dehaan at nl.wanadoo.com
Wed Jul 23 07:38:28 PDT 2003


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 <znerd at FreeBSD.org>
>   #
>   # $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 at 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 <bsd.port.mk>
>
>   Revision  Changes    Path
>   1.4       +1 -1      ports/java/jdom/distinfo
>   1.6       +281 -302  ports/java/jdom/pkg-plist


More information about the cvs-ports mailing list