Date: Mon, 21 Oct 2002 18:37:16 -0700 (PDT) From: Andrew Stuart <elitetek@tekrealm.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44364: Update Port to 0.3.2, update master_sites Message-ID: <200210220137.g9M1bGIk062952@subliminal.tekrealm.net>
next in thread | raw e-mail | index | archive | help
>Number: 44364 >Category: ports >Synopsis: Update Port to 0.3.2, update master_sites >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 21 18:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrew Stuart >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD subliminal.tekrealm.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 13:48:20 PDT 2002 elitetek@freebsd.tekrealm.net:/usr/src/sys/compile/SUBLIMINAL i386 >Description: Update Port to 0.3.2, Update MASTER_SITES. This update fixes the problem with theme changes crashing gkrellm. >How-To-Repeat: >Fix: --- gkrellmshoot-update begins here --- --- Makefile.orig Mon Oct 21 17:20:59 2002 +++ Makefile Mon Oct 21 18:12:14 2002 @@ -6,9 +6,10 @@ # PORTNAME= gkrellshoot -PORTVERSION= 0.2 +PORTVERSION= 0.3.2 CATEGORIES= misc -MASTER_SITES= http://www.geocities.com/m_muthukumar/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= elitetek@tekrealm.net --- distinfo.orig Mon Oct 21 17:21:08 2002 +++ distinfo Mon Oct 21 17:28:00 2002 @@ -1 +1 @@ -MD5 (gkrellshoot-0.2.tar.gz) = 17b132289647044e413255788c13642d +MD5 (gkrellshoot-0.3.2.tar.gz) = a1c37ccfe4b1d86d8f363720ef9a75f4 --- ./files/patch-Makefile.orig Fri Mar 8 09:04:47 2002 +++ ./files/patch-Makefile Mon Oct 21 17:38:02 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Mar 7 00:44:28 2002 -+++ Makefile Thu Mar 7 00:52:39 2002 +--- Makefile.orig Mon Oct 21 17:31:33 2002 ++++ Makefile Mon Oct 21 17:37:34 2002 @@ -1,20 +1,20 @@ -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` @@ -28,7 +28,7 @@ clean: rm -f *.o core *.so* *.bak *~ -@@ -22,21 +22,9 @@ +@@ -22,17 +22,7 @@ gkrellshoot.o: gkrellshoot.c install: @@ -39,17 +39,23 @@ - elif [ -d /usr/local/lib/gkrellm/plugins/ ] ; then \ - install -c -s -m 644 gkrellshoot.so /usr/local/lib/gkrellm/plugins/ ; \ - elif [ -d /usr/lib/gkrellm/plugins/ ] ; then \ -- install -c -s -m 644 gkrellshoot.so /usr/lib/gkrellm/plugins/ ; \ +- install -c -s -m 644 gkrellshoot.so /usr/lib/gkrellm/plugins/ ; \ - else \ - install -D -c -s -m 644 gkrellshoot.so /usr/lib/gkrellm/plugins/gkrellshoot.so ; \ - fi + install -c -s gkrellshoot.so ${PREFIX}/libexec/gkrellm/plugins + userinstall: + if [ -d $(HOME)/.gkrellm/plugins/ ] ; then \ + install -C -s -m 644 gkrellshoot.so $(HOME)/.gkrellm/plugins/ ; \ +@@ -41,9 +31,6 @@ + fi uninstall: - rm -f /usr/lib/gkrellm/plugins/gkrellshoot.so - rm -f /usr/share/gkrellm/plugins/gkrellshoot.so - rm -f /usr/local/lib/gkrellm/plugins/gkrellshoot.so - rm -f /usr/lib/gkrellm/plugins/gkrellshoot.so +- rm -f $(HOME)/.gkrellm/plugins/gkrellshoot.so + rm -f $(PLUGIN_DIR)/gkrellshoot.so -+all: gkrellshoot.so ++all: gkrellshoot.so --- gkrellmshoot-update ends here --- >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?200210220137.g9M1bGIk062952>