Date: Fri, 5 Nov 1999 11:17:33 -0500 (EST) From: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14724: update to udmsearch-2.1.7 Message-ID: <199911051617.LAA44570@kronos.alcnet.com>
next in thread | raw e-mail | index | archive | help
>Number: 14724 >Category: ports >Synopsis: update udmsearch port to 2.1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 5 08:20:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: 1 day between releases! This is a recursive diff taken between the port I submitted yesterday for 2.1.6 the 2.1.7 port. Oh, the priviledge to commit, I have often hoped for it. I have wished upon a star, but alas, I still send-pr. >How-To-Repeat: >Fix: diff -ur udmsearch.orig/Makefile udmsearch/Makefile --- udmsearch.orig/Makefile Fri Nov 5 10:55:09 1999 +++ udmsearch/Makefile Fri Nov 5 11:10:23 1999 @@ -1,15 +1,14 @@ # New ports collection makefile for: udmsearch -# Version required: 2.1.6 -# Date created: 11/04/1999 +# Version required: 2.1.7 +# Date created: 11/05/1999 # Whom: Kelly Yancey <kbyanc@posi.net> # # $FreeBSD: ports/www/udmsearch/Makefile,v 1.1.1.1 1999/10/21 19:36:33 cpiazza Exp $ # -DISTNAME= udmsearch-2.1.6 +DISTNAME= udmsearch-2.1.7 CATEGORIES= www databases -MASTER_SITES= http://search.udm.net/about/Download/ \ - http://mysearch.udm.net/Download/ \ +MASTER_SITES= http://mysearch.udm.net/Download/ \ ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \ http://mirror.kuenzler.ch/udmsearch/Download/ @@ -18,6 +17,7 @@ MAN1= indexer.1 MAN5= indexer.conf.5 +WRKSRC= ${WRKDIR}/udmsearch-2.1.7a USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin/udmsearch \ @@ -56,7 +56,7 @@ ${MKDIR} ${PREFIX}/etc/udmsearch post-install: - @cp -R ${WRKDIR}/${DISTNAME}/create ${PREFIX}/etc/udmsearch + @cp -R ${WRKSRC}/create ${PREFIX}/etc/udmsearch @strip ${PREFIX}/sbin/indexer @strip ${PREFIX}/bin/udmsearch/search.cgi @${ECHO} diff -ur udmsearch.orig/files/md5 udmsearch/files/md5 --- udmsearch.orig/files/md5 Fri Nov 5 10:55:09 1999 +++ udmsearch/files/md5 Fri Nov 5 11:08:08 1999 @@ -1 +1 @@ -MD5 (udmsearch-2.1.6.tar.gz) = dde55a53d0c5dd65af6a7166e00edd73 +MD5 (udmsearch-2.1.7a/udmsearch-2.1.7.tar.gz) = d984191fce05a2c9e2258e2932271609 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911051617.LAA44570>