Date: Sun, 6 Oct 2019 16:25:26 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513894 - in head/x11-clocks/abclock: . files Message-ID: <201910061625.x96GPQUH076598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org +MAINTAINER= m.ne@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910061625.x96GPQUH076598>