From owner-freebsd-ports Sat Jun 6 12:31:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11072 for freebsd-ports-outgoing; Sat, 6 Jun 1998 12:31:08 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11057 for ; Sat, 6 Jun 1998 12:31:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11115; Sat, 6 Jun 1998 12:30:01 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10248 for ; Sat, 6 Jun 1998 12:24:01 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id NAA08127; Sat, 6 Jun 1998 13:23:11 -0600 (MDT) (envelope-from brett) Message-Id: <199806061923.NAA08127@peloton.physics.montana.edu> Date: Sat, 6 Jun 1998 13:23:11 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6876: UPGRADE: port for gtk-1.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6876 >Category: ports >Synopsis: UPGRADE: port for gtk-1.0.4 >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: Sat Jun 6 12:30:01 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Thu Apr 2 14:31:47 MST 1998 >Description: upgrade of gtk port to version 1.0.4; easy upgrade: - fix PLIST to get library names to match version number - add a mirror (gimp-1.0.0 is out so standard sites are VERY busy) - update md5 >How-To-Repeat: apply diff below to upgrade gtk >Fix: diff -ruN gtk/Makefile gtk/Makefile --- gtk/Makefile Wed May 27 14:11:57 1998 +++ gtk/Makefile Sat Jun 6 13:01:24 1998 @@ -6,10 +6,11 @@ # $Id: Makefile,v 1.18 1998/05/27 18:12:00 vanilla Exp $ # -DISTNAME= gtk+-1.0.3 -PKGNAME= gtk-1.0.3 +DISTNAME= gtk+-1.0.4 +PKGNAME= gtk-1.0.4 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ + http://www.ameth.org/gimp/pub/gtk/v1.0/ MAINTAINER= vanilla@FreeBSD.ORG diff -ruN gtk/files/md5 gtk/files/md5 --- gtk/files/md5 Wed May 27 14:11:59 1998 +++ gtk/files/md5 Sat Jun 6 13:01:31 1998 @@ -1 +1 @@ -MD5 (gtk+-1.0.3.tar.gz) = e974105a213ab5b7efa312c0c01ff17c +MD5 (gtk+-1.0.4.tar.gz) = 48852e0288f2e611aa6b248ff872678f diff -ruN gtk/pkg/PLIST gtk/pkg/PLIST --- gtk/pkg/PLIST Wed May 27 14:11:59 1998 +++ gtk/pkg/PLIST Sat Jun 6 13:15:27 1998 @@ -115,15 +115,15 @@ lib/libgdk.a lib/libgdk.la lib/libgdk.so -lib/libgdk.so.1.3 +lib/libgdk.so.1.4 lib/libglib.a lib/libglib.la lib/libglib.so -lib/libglib.so.1.3 +lib/libglib.so.1.4 lib/libgtk.a lib/libgtk.la lib/libgtk.so -lib/libgtk.so.1.3 +lib/libgtk.so.1.4 man/man1/gtk-config.1.gz @unexec /sbin/ldconfig -R @exec /sbin/ldconfig -m %D/lib >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message