Date: Mon, 13 Jul 2020 15:21:52 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542143 - in head/x11/xzoom: . files Message-ID: <202007131521.06DFLq1H012873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Mon Jul 13 15:21:51 2020 New Revision: 542143 URL: https://svnweb.freebsd.org/changeset/ports/542143 Log: In 1998, Markus Oberhumer greatly extended this program and bumped the version to 0.4. Finally switch to a tarball that incorporates those changes and stop carrying them along as a patch set. Deleted: head/x11/xzoom/files/patch-scale.h head/x11/xzoom/files/patch-xzoom.c head/x11/xzoom/files/patch-xzoom.man Modified: head/x11/xzoom/Makefile head/x11/xzoom/distinfo head/x11/xzoom/pkg-descr Modified: head/x11/xzoom/Makefile ============================================================================== --- head/x11/xzoom/Makefile Mon Jul 13 14:53:12 2020 (r542142) +++ head/x11/xzoom/Makefile Mon Jul 13 15:21:51 2020 (r542143) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= xzoom -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.4 CATEGORIES= x11 accessibility -MASTER_SITES= SUNSITE/libs/X +MASTER_SITES= http://www.linklevel.net/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= Magnify, rotate, mirror the image on the X screen +COMMENT= Magnify, rotate, mirror the image on the X11 screen -USES= imake tar:tgz xorg +USES= imake xorg USE_XORG= x11 xext PLIST_FILES= bin/xzoom man/man1/xzoom.1.gz Modified: head/x11/xzoom/distinfo ============================================================================== --- head/x11/xzoom/distinfo Mon Jul 13 14:53:12 2020 (r542142) +++ head/x11/xzoom/distinfo Mon Jul 13 15:21:51 2020 (r542143) @@ -1,2 +1,3 @@ -SHA256 (xzoom-0.3.tgz) = b26bfd692d3e1d30e8d524d4018fc3f0fe847983a2778a4a2496784bfc2df44b -SIZE (xzoom-0.3.tgz) = 9127 +TIMESTAMP = 1594653417 +SHA256 (xzoom-0.4.tar.gz) = 42e70abffa34a2bb6e11b38fb978ffb3de7de3f918bb2638b6a3425579716f84 +SIZE (xzoom-0.4.tar.gz) = 9773 Modified: head/x11/xzoom/pkg-descr ============================================================================== --- head/x11/xzoom/pkg-descr Mon Jul 13 14:53:12 2020 (r542142) +++ head/x11/xzoom/pkg-descr Mon Jul 13 15:21:51 2020 (r542143) @@ -1 +1 @@ -magnify, rotate, mirror the image on the X screen +Magnify, rotate, mirror the image on the X11 screen.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007131521.06DFLq1H012873>