Date: Sun, 26 Dec 1999 13:52:22 +0100 (CET) From: assar@sics.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@sics.se, nectar@freebsd.org, markm@freebsd.org Subject: ports/15701: upgrade heimdal port to 0.2j Message-ID: <199912261252.NAA29860@hunahpu.sics.se>
next in thread | raw e-mail | index | archive | help
>Number: 15701 >Category: ports >Synopsis: upgrade heimdal port to 0.2j >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 26 05:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: >Description: Upgraded the heimdal port to 0.2j (which does not require any patches) >How-To-Repeat: >Fix: diff -x *~ -N -ruw heimdal.orig/Makefile heimdal/Makefile --- heimdal.orig/Makefile Sun Nov 7 10:58:40 1999 +++ heimdal/Makefile Sun Dec 26 02:32:23 1999 @@ -1,12 +1,12 @@ # Ports collection Makefile for: heimdal -# Version required: 0.2d +# Version required: 0.2j # Date created: 10/23/1999 # Whom: nectar@FreeBSD.ORG # # $FreeBSD: ports/security/heimdal/Makefile,v 1.5 1999/11/07 09:58:40 markm Exp $ # -DISTNAME= heimdal-0.2d +DISTNAME= heimdal-0.2j CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ diff -x *~ -N -ruw heimdal.orig/files/md5 heimdal/files/md5 --- heimdal.orig/files/md5 Sat Nov 6 19:03:30 1999 +++ heimdal/files/md5 Sun Dec 26 02:33:00 1999 @@ -1 +1 @@ -MD5 (heimdal-0.2d.tar.gz) = b444fcee9e64efeb7fb9bb173ec58486 +MD5 (heimdal-0.2j.tar.gz) = ebcf0ea0b3ad0893563868acf0d764f2 diff -x *~ -N -ruw heimdal.orig/patches/patch-aa heimdal/patches/patch-aa --- heimdal.orig/patches/patch-aa Sat Nov 6 19:03:30 1999 +++ heimdal/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- lib/kadm5/Makefile.am.orig Wed Nov 3 20:16:43 1999 -+++ lib/kadm5/Makefile.am Fri Nov 5 01:11:18 1999 -@@ -22,8 +22,8 @@ - else file="$$f"; fi; \ - if cmp -s $$file $(buildkadm5include)/$$f 2> /dev/null ; then \ - : ; else \ -- echo "$(INSTALL_DATA) $$file $(buildkadm5include)/$$f";\ -- $(INSTALL_DATA) $$file $(buildkadm5include)/$$f; \ -+ echo "cp $$file $(buildkadm5include)/$$f";\ -+ cp $$file $(buildkadm5include)/$$f; \ - fi ; \ - done - diff -x *~ -N -ruw heimdal.orig/patches/patch-ab heimdal/patches/patch-ab --- heimdal.orig/patches/patch-ab Sat Nov 6 19:03:31 1999 +++ heimdal/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- lib/kadm5/Makefile.in.orig Wed Nov 3 20:36:00 1999 -+++ lib/kadm5/Makefile.in Fri Nov 5 01:11:44 1999 -@@ -794,8 +794,8 @@ - else file="$$f"; fi; \ - if cmp -s $$file $(buildkadm5include)/$$f 2> /dev/null ; then \ - : ; else \ -- echo "$(INSTALL_DATA) $$file $(buildkadm5include)/$$f";\ -- $(INSTALL_DATA) $$file $(buildkadm5include)/$$f; \ -+ echo "cp $$file $(buildkadm5include)/$$f";\ -+ cp $$file $(buildkadm5include)/$$f; \ - fi ; \ - done - >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?199912261252.NAA29860>