Date: 19 Sep 2000 04:29:38 -0000 From: matt@LUCIDA.QC.CA To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21388: MAINTAINER UPDATE: ports/net/mmucl Message-ID: <20000919042938.85456.qmail@epsilon.lucida.qc.ca>
next in thread | raw e-mail | index | archive | help
>Number: 21388 >Category: ports >Synopsis: Version update of ports/net/mmucl to 1.4.1 >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: Mon Sep 18 21:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Matt Heckaman >Release: FreeBSD 4.1-STABLE i386 >Organization: Lucida Communications >Environment: FreeBSD 3.x/4.x ports-current. >Description: This is a unified diff to update the port net/mmucl to version 1.4.1 from my original submission of 1.4.0. >How-To-Repeat: N/A >Fix: diff -Nru mmucl.orig/Makefile mmucl/Makefile --- mmucl.orig/Makefile Sat Sep 16 00:21:20 2000 +++ mmucl/Makefile Mon Sep 18 23:25:16 2000 @@ -6,7 +6,7 @@ # PORTNAME= mmucl -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/mmucl/ diff -Nru mmucl.orig/files/md5 mmucl/files/md5 --- mmucl.orig/files/md5 Sat Sep 16 00:21:20 2000 +++ mmucl/files/md5 Mon Sep 18 23:25:35 2000 @@ -1 +1 @@ -MD5 (mmucl-1.4.0.tar.gz) = 72c777348a1f48353786e10dc5ee5fef +MD5 (mmucl-1.4.1.tar.gz) = 906dab028c72767d2647dc162864f730 diff -Nru mmucl.orig/patches/patch-aa mmucl/patches/patch-aa --- mmucl.orig/patches/patch-aa Sat Sep 16 00:21:21 2000 +++ mmucl/patches/patch-aa Mon Sep 18 23:29:09 2000 @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Jul 28 04:29:06 2000 -+++ Makefile Fri Jul 28 04:31:02 2000 +--- Makefile.orig Mon Sep 18 23:28:22 2000 ++++ Makefile Mon Sep 18 23:28:45 2000 @@ -3,7 +3,7 @@ # Mmucl installs itself under BASE_DIR @@ -18,30 +18,3 @@ # Location of install -@@ -34,17 +34,19 @@ - - .PHONY: install clean gzip zip dist rpm test - -+all: mmucl -+ - install: mmucl - - $(INSTALL) -d $(LIB_DIR)/lib $(LIB_DIR)/interface $(LIB_DIR)/images - $(INSTALL) -d $(BIN_DIR) $(INFO_DIR) -- $(INSTALL) -m 0664 lib/*.tcl $(LIB_DIR)/lib -- $(INSTALL) -m 0664 images/*.gif $(LIB_DIR)/images -- $(INSTALL) -m 0664 interface/*.tcl $(LIB_DIR)/interface -- $(INSTALL) -m 0664 .tkconf $(LIB_DIR) -- $(INSTALL) -m 0775 mmucl $(BIN_DIR) -- $(INSTALL) -m 0664 mmucl.info $(INFO_DIR) -- $(INSTALL_INFO) mmucl.info --info-dir=$(INFO_DIR) -+ $(INSTALL) -cm 0644 lib/*.tcl $(LIB_DIR)/lib -+ $(INSTALL) -cm 0644 images/*.gif $(LIB_DIR)/images -+ $(INSTALL) -cm 0644 interface/*.tcl $(LIB_DIR)/interface -+ $(INSTALL) -cm 0644 .tkconf $(LIB_DIR) -+ $(INSTALL) -cm 0755 mmucl $(BIN_DIR) -+ $(INSTALL) -cm 0644 mmucl.info $(INFO_DIR) -+ $(INSTALL_INFO) $(INFO_DIR)/mmucl.info --info-dir=$(INFO_DIR) - - mmucl: Makefile init - echo "#! /bin/sh" > mmucl diff -Nru mmucl.orig/pkg/PLIST mmucl/pkg/PLIST --- mmucl.orig/pkg/PLIST Sat Sep 16 00:21:21 2000 +++ mmucl/pkg/PLIST Mon Sep 18 23:26:52 2000 @@ -31,12 +31,12 @@ @dirrm lib/mmucl/lib lib/mmucl/.tkconf @dirrm lib/mmucl -share/doc/mmucl-1.4.0/examples/Arithon -share/doc/mmucl-1.4.0/examples/edit.tcl -share/doc/mmucl-1.4.0/examples/map.tcl -share/doc/mmucl-1.4.0/examples/mmucl.rc -@dirrm share/doc/mmucl-1.4.0/examples -share/doc/mmucl-1.4.0/CHANGES -share/doc/mmucl-1.4.0/FAQ -share/doc/mmucl-1.4.0/README -@dirrm share/doc/mmucl-1.4.0 +share/doc/mmucl-1.4.1/examples/Arithon +share/doc/mmucl-1.4.1/examples/edit.tcl +share/doc/mmucl-1.4.1/examples/map.tcl +share/doc/mmucl-1.4.1/examples/mmucl.rc +@dirrm share/doc/mmucl-1.4.1/examples +share/doc/mmucl-1.4.1/CHANGES +share/doc/mmucl-1.4.1/FAQ +share/doc/mmucl-1.4.1/README +@dirrm share/doc/mmucl-1.4.1 >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?20000919042938.85456.qmail>