From owner-freebsd-ports Wed Oct 4 4: 2:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from atlas.snet.co.uk (atlas.snet.co.uk [212.87.76.6]) by hub.freebsd.org (Postfix) with ESMTP id 8FEC837B502 for ; Wed, 4 Oct 2000 04:02:34 -0700 (PDT) Received: (from jamie@localhost) by atlas.snet.co.uk (8.11.0/8.11.0) id e94B4b410893 for ports@freebsd.org; Wed, 4 Oct 2000 12:04:37 +0100 (BST) From: Jamie Message-Id: <200010041104.e94B4b410893@atlas.snet.co.uk> Subject: Ports query/help To: ports@freebsd.org Date: Wed, 4 Oct 2000 12:04:37 +0100 (BST) Reply-To: jamie@jamiesdomain.org.uk X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi people, Having a bit of a problem. Bit of a newbie to porting, managed to submit a new one OK but updating seems to be a prob. Have read the porters handbook but alas, no joy. Heres my Makefile: # New ports collection Makefile for: cd2mp3 # Date created: 4 January 2000 # Whom: Jamie Heckford # # $FreeBSD: ports/audio/cd2mp3/Makefile,v 1.1 2000/06/02 06:46:47 will Exp $ # PORTNAME= cd2mp3 PORTVERSION= 0.5 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://download.cd2mp3.org.uk/${PORTVERSION}/ MAINTAINER= jamie@jamiesdomain.org.uk RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc/ \ dagrab:${PORTSDIR}/audio/dagrab/ NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/cd2mp3 .include This looks fine to me but: jamie@element$ portlint OK: checking /usr/ports/cd2mp3/pkg/COMMENT. OK: checking /usr/ports/cd2mp3/pkg/DESCR. OK: checking Makefile. FATAL: extra item "PORTEPOCH" placed in the PORTNAME section. OK: checking /usr/ports/cd2mp3/files/md5. 1 fatal errors and 0 warnings found. Have tried alot of different ways of adding PORTEPOCH but no luck! Could anyone out their give me a kick in the right direction please? Thanks! Jamie jamie@jamiesdomain.org.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message