svn commit: r513894 - in head/x11-clocks/abclock: . files
Koichiro Iwao
meta at FreeBSD.org
Sun Oct 6 16:25:27 UTC 2019
Author: meta
Date: Sun Oct 6 16:25:26 2019
New Revision: 513894
URL: https://svnweb.freebsd.org/changeset/ports/513894
Log:
x11-clocks/abclock: Unbreak & assign to submitter
- Add USES=xorg and bump PORTREVISION
- Defince LICENSE
- Regenerate patches
- Update MASTER_SITES and WWW
- and some cosmetic changes
PR: 241100
Submitted by: m.ne at gmx.net
Modified:
head/x11-clocks/abclock/Makefile
head/x11-clocks/abclock/files/patch-Makefile
head/x11-clocks/abclock/files/patch-abclock.c
head/x11-clocks/abclock/pkg-descr
Modified: head/x11-clocks/abclock/Makefile
==============================================================================
--- head/x11-clocks/abclock/Makefile Sun Oct 6 16:08:01 2019 (r513893)
+++ head/x11-clocks/abclock/Makefile Sun Oct 6 16:25:26 2019 (r513894)
@@ -3,21 +3,22 @@
PORTNAME= abclock
PORTVERSION= 1.0d
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-clocks
-MASTER_SITES= http://odur.let.rug.nl/~kleiweg/abclock/
+MASTER_SITES= https://www.let.rug.nl/~kleiweg/abclock/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= m.ne at gmx.net
COMMENT= Clock for X that displays hours and minutes in an analog fashion
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
+LICENSE= GPLv2+
-PLIST_FILES= bin/abclock bin/abc_img
+PLIST_FILES= bin/abc_img \
+ bin/abclock
-MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}"
+MAKE_ARGS= CC="${CC}" \
+ OPT="${CFLAGS}"
+USES= xorg
USE_XORG= x11 xau xdmcp
do-install:
Modified: head/x11-clocks/abclock/files/patch-Makefile
==============================================================================
--- head/x11-clocks/abclock/files/patch-Makefile Sun Oct 6 16:08:01 2019 (r513893)
+++ head/x11-clocks/abclock/files/patch-Makefile Sun Oct 6 16:25:26 2019 (r513894)
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Nov 24 16:58:00 2006
-+++ Makefile Fri Nov 24 16:59:18 2006
+--- Makefile.orig 2003-08-26 22:00:00 UTC
++++ Makefile
@@ -1,18 +1,13 @@
.SUFFIXES:
Modified: head/x11-clocks/abclock/files/patch-abclock.c
==============================================================================
--- head/x11-clocks/abclock/files/patch-abclock.c Sun Oct 6 16:08:01 2019 (r513893)
+++ head/x11-clocks/abclock/files/patch-abclock.c Sun Oct 6 16:25:26 2019 (r513894)
@@ -1,6 +1,6 @@
---- abclock.c.orig Tue Aug 15 11:25:10 2000
-+++ abclock.c Tue Aug 15 11:43:06 2000
-@@ -29,7 +29,7 @@
+--- abclock.c.orig 2006-03-13 07:51:41 UTC
++++ abclock.c
+@@ -30,7 +30,7 @@
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
Modified: head/x11-clocks/abclock/pkg-descr
==============================================================================
--- head/x11-clocks/abclock/pkg-descr Sun Oct 6 16:08:01 2019 (r513893)
+++ head/x11-clocks/abclock/pkg-descr Sun Oct 6 16:25:26 2019 (r513894)
@@ -2,4 +2,4 @@ Analogue Bitmap Clock displays the current time with h
an analogue fashion but unlike the traditional clock; unlike ordinary
analogue clocks, this design is clear even in very small bitmaps.
-WWW: http://odur.let.rug.nl/~kleiweg/abclock/
+WWW: https://www.let.rug.nl/~kleiweg/abclock/
More information about the svn-ports-all
mailing list