[134950] trunk/dports/sysutils/showkey

khindenburg at macports.org khindenburg at macports.org
Sat Apr 11 11:33:55 PDT 2015


Revision: 134950
          https://trac.macports.org/changeset/134950
Author:   khindenburg at macports.org
Date:     2015-04-11 11:33:55 -0700 (Sat, 11 Apr 2015)
Log Message:
-----------
showkey: update to 1.7

Modified Paths:
--------------
    trunk/dports/sysutils/showkey/Portfile
    trunk/dports/sysutils/showkey/files/patch-Makefile.diff

Modified: trunk/dports/sysutils/showkey/Portfile
===================================================================
--- trunk/dports/sysutils/showkey/Portfile	2015-04-11 18:26:35 UTC (rev 134949)
+++ trunk/dports/sysutils/showkey/Portfile	2015-04-11 18:33:55 UTC (rev 134950)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                showkey
-version             1.5
+version             1.7
 categories          sysutils
 platforms           darwin
 maintainers         khindenburg openmaintainer
@@ -22,8 +22,8 @@
 homepage            http://catb.org/esr/showkey/
 master_sites        ${homepage}
 
-checksums           rmd160  d0a46c2d903899eba4829cd716eb223b22f8728d \
-                    sha256  5f11cfafb218aa6f2c17b34f3808881d4f8c852b5aad90c1b187765a514eb471
+checksums           rmd160  9824d2c175e57d743f54395761141175b87e4dbc \
+                    sha256  0383a508c29df9a80b294a805a38f38d2dee6d2687e43c5ece3c5901220fb44d
 
 patchfiles          patch-Makefile.diff
 

Modified: trunk/dports/sysutils/showkey/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/showkey/files/patch-Makefile.diff	2015-04-11 18:26:35 UTC (rev 134949)
+++ trunk/dports/sysutils/showkey/files/patch-Makefile.diff	2015-04-11 18:33:55 UTC (rev 134950)
@@ -1,15 +1,15 @@
---- Makefile.orig	2003-12-29 16:15:24.000000000 -0600
-+++ Makefile	2010-09-03 17:01:49.000000000 -0500
+--- Makefile.orig	2015-04-11 14:27:05.000000000 -0400
++++ Makefile	2015-04-11 14:29:25.000000000 -0400
 @@ -1,5 +1,7 @@
  # showkey -- keystroke echoer
  
 +PREFIX=/usr/local
 +
- VERS=$(shell sed <showkey.spec -n -e '/Version: \(.*\)/s//\1/p')
+ VERS=1.7
  
  showkey: showkey.c
-@@ -12,12 +14,14 @@
- 	rm -f showkey showkey.o splashscreen.h showkey.1 *.rpm *.tar.gz
+@@ -19,12 +21,14 @@
+ 	splint +posixlib +charintliteral +charint showkey.c
  
  install: showkey.1
 -	cp showkey /usr/bin/showkey
@@ -23,7 +23,7 @@
 -	rm /usr/bin/showkey
 -	rm /usr/share/man/man1/showkey.1
 +	rm $(PREFIX)/bin/showkey
-+	rm $(PREFIX)/share/man/man1/showkey.1
++	rm $(PREIFX)/share/man/man1/showkey.1
  
- SOURCES = README Makefile showkey.c showkey.xml showkey.spec
+ SOURCES = README COPYING NEWS control Makefile showkey.c showkey.xml
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150411/06457c78/attachment-0001.html>


More information about the macports-changes mailing list