From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 26 04:12:56 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C85F16A4CE; Wed, 26 May 2004 04:12:56 -0700 (PDT) Received: from mgate14.so-net.ne.jp (mgate14.so-net.ne.jp [210.139.254.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EBB43D54; Wed, 26 May 2004 04:12:54 -0700 (PDT) (envelope-from fuyuki@hadaly.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate14.so-net.ne.jp with ESMTP id i4QBCq106702; Wed, 26 May 2004 20:12:52 +0900 (JST) Received: from ns.nigredo.org (p624231.spprac00.ap.so-net.ne.jp [219.98.66.49]) by mail.dg8.so-net.ne.jp with ESMTP id i4QBCp419122; Wed, 26 May 2004 20:12:51 +0900 (JST) Date: Wed, 26 May 2004 20:12:51 +0900 Message-ID: <86fz9nl9vw.wl%fuyuki@hadaly.org> From: Kimura Fuyuki To: pav@FreeBSD.org In-Reply-To: <200405252215.i4PMFF0i073569@freefall.freebsd.org> References: <200405252215.i4PMFF0i073569@freefall.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.3 Mule/5.0 (SAKAKI) X-Public-Key: http://www.hadaly.org/fuyuki/pubkey.asc X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/66801: New port: devel/psvn - Subversion interface for Emacs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 11:12:56 -0000 At Tue, 25 May 2004 15:15:15 -0700 (PDT), Pav Lucistnik wrote: > > As the distfile is unversioned, I forsee a permanent problem > with checksum mismatches - maybe you can convince author > to put some versioned copies somewhere? I switched to another option; the port now fetches the distfile from the Subversion Repository. This scheme should work better. Index: psvn/distinfo =================================================================== --- psvn/distinfo (revision 85) +++ psvn/distinfo (working copy) @@ -1,2 +1,2 @@ -MD5 (psvn-9298/psvn.el) = cd1c726830e21d8bcd8d27b6d8281028 -SIZE (psvn-9298/psvn.el) = 88548 +MD5 (psvn-9854/psvn.el?rev=9854) = 2fd19c99f01307228c4a6c7c11af2e56 +SIZE (psvn-9854/psvn.el?rev=9854) = 90597 Index: psvn/Makefile =================================================================== --- psvn/Makefile (revision 85) +++ psvn/Makefile (working copy) @@ -6,10 +6,10 @@ # PORTNAME= psvn -PORTVERSION= 9298 +PORTVERSION= 9854 CATEGORIES= devel elisp -MASTER_SITES= http://xsteve.nit.at/prg/emacs/ -DISTFILES= psvn.el +MASTER_SITES= http://svn.collab.net/viewcvs/*checkout*/svn/trunk/contrib/client-side/psvn/ +DISTFILES= psvn.el\?rev=${PORTVERSION} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= fuyuki@hadaly.org @@ -20,12 +20,12 @@ NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= ${WRKSRC} +EXTRACT_AFTER_ARGS= ${WRKSRC}/psvn.el ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} do-build: - cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile ${DISTFILES} + cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile psvn.el do-install: ${MKDIR} ${ELISPDIR}