git: 0d3812eebffb - main - graphics/3d-ascii-viewer: Update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jun 2023 05:27:27 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d3812eebffbad59d8b77e6750af038f36a549fe commit 0d3812eebffbad59d8b77e6750af038f36a549fe Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-06-21 05:26:27 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-06-21 05:26:27 +0000 graphics/3d-ascii-viewer: Update to 1.3.0 - Update to 1.3.0 - Project was renamed upstream --- MOVED | 1 + graphics/3d-ascii-viewer-c/distinfo | 3 --- graphics/{3d-ascii-viewer-c => 3d-ascii-viewer}/Makefile | 6 +++--- graphics/3d-ascii-viewer/distinfo | 3 +++ .../{3d-ascii-viewer-c => 3d-ascii-viewer}/files/patch-Makefile | 0 graphics/{3d-ascii-viewer-c => 3d-ascii-viewer}/pkg-descr | 0 graphics/Makefile | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/MOVED b/MOVED index 983617d9d809..a83bb8ae39dd 100644 --- a/MOVED +++ b/MOVED @@ -7648,3 +7648,4 @@ x11/deforaos-locker||2023-06-18|Removed, needs expired x11/deforaos-panel comms/deforaos-phone||2023-06-18|Removed, needs expired x11/deforaos-panel textproc/apache-solr9|textproc/apache-solr|2023-06-18|New stable release games/poker-eval||2023-06-20|Upstream vanished +graphics/3d-ascii-viewer-c|graphics/3d-ascii-viewer|2023-06-21|Project was renamed diff --git a/graphics/3d-ascii-viewer-c/distinfo b/graphics/3d-ascii-viewer-c/distinfo deleted file mode 100644 index e54ae40cf75a..000000000000 --- a/graphics/3d-ascii-viewer-c/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1685563062 -SHA256 (autopawn-3d-ascii-viewer-c-v1.2.0_GH0.tar.gz) = 16abc73d280f7634cbe5fb47bff4e874e68de4d89637d69e115af5774cecabb5 -SIZE (autopawn-3d-ascii-viewer-c-v1.2.0_GH0.tar.gz) = 5946977 diff --git a/graphics/3d-ascii-viewer-c/Makefile b/graphics/3d-ascii-viewer/Makefile similarity index 84% rename from graphics/3d-ascii-viewer-c/Makefile rename to graphics/3d-ascii-viewer/Makefile index befe5b266725..ed60bff9f39e 100644 --- a/graphics/3d-ascii-viewer-c/Makefile +++ b/graphics/3d-ascii-viewer/Makefile @@ -1,11 +1,11 @@ -PORTNAME= 3d-ascii-viewer-c -PORTVERSION= 1.2.0 +PORTNAME= 3d-ascii-viewer +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Viewer of 3D models in ASCII -WWW= https://github.com/autopawn/3d-ascii-viewer-c +WWW= https://github.com/autopawn/3d-ascii-viewer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/3d-ascii-viewer/distinfo b/graphics/3d-ascii-viewer/distinfo new file mode 100644 index 000000000000..1411d96b510b --- /dev/null +++ b/graphics/3d-ascii-viewer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1687325011 +SHA256 (autopawn-3d-ascii-viewer-v1.3.0_GH0.tar.gz) = 0441e36d532f4882ad454204c1663376e582cf4e68fcb4d601d86ee6a564736b +SIZE (autopawn-3d-ascii-viewer-v1.3.0_GH0.tar.gz) = 6804343 diff --git a/graphics/3d-ascii-viewer-c/files/patch-Makefile b/graphics/3d-ascii-viewer/files/patch-Makefile similarity index 100% rename from graphics/3d-ascii-viewer-c/files/patch-Makefile rename to graphics/3d-ascii-viewer/files/patch-Makefile diff --git a/graphics/3d-ascii-viewer-c/pkg-descr b/graphics/3d-ascii-viewer/pkg-descr similarity index 100% rename from graphics/3d-ascii-viewer-c/pkg-descr rename to graphics/3d-ascii-viewer/pkg-descr diff --git a/graphics/Makefile b/graphics/Makefile index 632281b66b59..93715c16549c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,6 +1,6 @@ COMMENT = Graphics tools and libraries - SUBDIR += 3d-ascii-viewer-c + SUBDIR += 3d-ascii-viewer SUBDIR += 4va SUBDIR += Coin SUBDIR += GraphicsMagick