From owner-cvs-all Mon Jul 15 11: 6:24 2002 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 7A74637B400; Mon, 15 Jul 2002 11:06:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED0C43E64; Mon, 15 Jul 2002 11:06:18 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FI6IJU082890; Mon, 15 Jul 2002 11:06:18 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6FI6I8L082889; Mon, 15 Jul 2002 11:06:18 -0700 (PDT) Message-Id: <200207151806.g6FI6I8L082889@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 15 Jul 2002 11:06:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/subversion Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2002/07/15 11:06:18 PDT Modified files: devel/subversion Makefile distinfo pkg-plist Log: After far too long a hiatus, update the freebsd subversion port to 0.13.2. * distinfo: update checksum. * pkg-plist: add a few new headers and account for the fact that the header files are now in include/subversion-1/ instead of include, and the libs are now named libsvn_foo-1 instead of just libsvn_foo. * Makefile: point to new tarball. use the new REINPLACE infrastructure instead of depending on perl. explicitly look for berkeley db in the appropriate place because the configure script seems to have forgotten how to find it. axe gratuitous comments in some of the targets so that they don't print out onto the screen during the build. Depends on devel/apr instead of devel/apr-devel (which will disappear). Submitted by: Garrett Rooney Revision Changes Path 1.14 +8 -10 ports/devel/subversion/Makefile 1.7 +1 -1 ports/devel/subversion/distinfo 1.5 +66 -59 ports/devel/subversion/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message