summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorperry <perry>1998-07-09 18:18:09 +0000
committerperry <perry>1998-07-09 18:18:09 +0000
commit6b8105a9edbeeef06d66ca3041d1f2af21fca3c2 (patch)
tree455fbff5da5018877f57f6b1db6feb6732c1a938 /x11
parent6d8fca2852a61481244afafb4c2dde0243146c52 (diff)
downloadpkgsrc-6b8105a9edbeeef06d66ca3041d1f2af21fca3c2.tar.gz
update to sunclock 1.4
Diffstat (limited to 'x11')
-rw-r--r--x11/sunclock/Makefile11
-rw-r--r--x11/sunclock/files/md52
-rw-r--r--x11/sunclock/patches/.keep_me0
-rw-r--r--x11/sunclock/patches/patch-aa11
4 files changed, 6 insertions, 18 deletions
diff --git a/x11/sunclock/Makefile b/x11/sunclock/Makefile
index f7c5df85246..ac4aefeadac 100644
--- a/x11/sunclock/Makefile
+++ b/x11/sunclock/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.4 1998/06/22 13:21:02 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/07/09 18:18:09 perry Exp $
#
-DISTNAME= sunclock1.3
-PKGNAME= sunclock-1.3
-NO_WRKSUBDIR= yes
+DISTNAME= sunclock-1.4
+PKGNAME= sunclock-1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
-EXTRACT_SUFX= .tar.Z
+EXTRACT_SUFX= .tar.gz
-MAINTAINER= agc@netbsd.org
+MAINTAINER= perry@netbsd.org
USE_IMAKE= yes
diff --git a/x11/sunclock/files/md5 b/x11/sunclock/files/md5
index f8f22359654..00ae51c72be 100644
--- a/x11/sunclock/files/md5
+++ b/x11/sunclock/files/md5
@@ -1 +1 @@
-MD5 (sunclock1.3.tar.Z) = e57a1e8ff626104c0d0c8f1becd3e0c6
+MD5 (sunclock-1.4.tar.gz) = 56e232a2d12fb5a38b09e8199e30dcd6
diff --git a/x11/sunclock/patches/.keep_me b/x11/sunclock/patches/.keep_me
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/x11/sunclock/patches/.keep_me
diff --git a/x11/sunclock/patches/patch-aa b/x11/sunclock/patches/patch-aa
deleted file mode 100644
index 135764450ca..00000000000
--- a/x11/sunclock/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imakefile 1997/12/14 00:58:38 1.1
-+++ Imakefile 1997/12/14 00:58:57
-@@ -19,7 +19,7 @@
-
- SRCS=sunclock.c bitmaps.c astro.c tildepath.c
- OBJS=sunclock.o bitmaps.o astro.o tildepath.o
--LOCAL_LIBRARIES=$(XLIB) -lm
-+LOCAL_LIBRARIES=$(XLIB) -lm -lcompat
- DEPLIBS= # I don't know what I'm doing, and I hate imake!
-
- ComplexProgramTarget(sunclock)