From owner-freebsd-ports@FreeBSD.ORG Mon Oct 24 02:37:02 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9D3616A41F for ; Mon, 24 Oct 2005 02:37:02 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CF843D45 for ; Mon, 24 Oct 2005 02:37:02 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id CE0A9BC50 for ; Mon, 24 Oct 2005 02:37:00 +0000 (UTC) To: ports@freebsd.org From: Poul-Henning Kamp Date: Mon, 24 Oct 2005 04:37:00 +0200 Message-ID: <94971.1130121420@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Subject: update to devel/picp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 02:37:02 -0000 Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/picp/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 18 Mar 2004 03:06:07 -0000 1.5 +++ Makefile 24 Oct 2005 02:17:25 -0000 @@ -6,16 +6,16 @@ # PORTNAME= picp -PORTVERSION= 0.5d +PORTVERSION= 0.6.7 CATEGORIES= devel -MASTER_SITES= http://www.cosmodog.com/pic/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://home.pacbell.net/theposts/picmicro/ +EXTRACT_SUFX= .tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Driver for the Microchip Picstart Plus development programmer PLIST_FILES= bin/picp -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/picp/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 19 Mar 2004 04:21:36 -0000 1.3 +++ distinfo 24 Oct 2005 02:18:06 -0000 @@ -1,2 +1,3 @@ -MD5 (picp-0.5d.tgz) = 9a1f6a88d00805285f58844a3094f558 -SIZE (picp-0.5d.tgz) = 43581 +MD5 (picp-0.6.7.tar.gz) = b70a667f317183b6645d27fefd067f93 +SIZE (picp-0.6.7.tar.gz) = 122700 + -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.