git: e458adc8feb0 - main - x11-fm/arqiver: convert PORTNAME to lowercase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jun 2022 19:19:57 UTC
The branch main has been updated by rigoletto:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e458adc8feb04597a0187acb269446e0253f99d0
commit e458adc8feb04597a0187acb269446e0253f99d0
Author: Alexandre C. Guimarães <rigoletto@FreeBSD.org>
AuthorDate: 2022-06-01 19:14:41 +0000
Commit: Alexandre C. Guimarães <rigoletto@FreeBSD.org>
CommitDate: 2022-06-01 19:14:41 +0000
x11-fm/arqiver: convert PORTNAME to lowercase
- use MASTER_SITES instead of USE_GITHUB
- fix COMMENT in Makefile
- add missing Oxford comma in pkg-descr
PR: 264392
Submitted by: danfe, diizzy
---
MOVED | 1 +
x11-fm/Arqiver/distinfo | 3 ---
x11-fm/Arqiver/pkg-plist | 12 ------------
x11-fm/Makefile | 2 +-
x11-fm/{Arqiver => arqiver}/Makefile | 12 +++++-------
x11-fm/arqiver/distinfo | 3 +++
x11-fm/{Arqiver => arqiver}/pkg-descr | 2 +-
x11-fm/arqiver/pkg-plist | 12 ++++++++++++
8 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/MOVED b/MOVED
index 148caf6068f8..61ae7f805d2a 100644
--- a/MOVED
+++ b/MOVED
@@ -17185,3 +17185,4 @@ devel/py-meliae||2022-05-27|Has expired: does not build against Python-3.9
databases/R-cran-RSQLite.extfuns|databases/R-cran-RSQLite|2022-05-31|Has expired: RSQLite incorporates RSQLite.extfuns
net/mpich2|net/mpich|2022-05-31|Has been deprecrated for a long time and build fails with GCC 11
net-im/jabber.el||2022-06-01|Has expired: is marked as broken: fails to build: jabber-chat.el:25:1: Error: Wrong number of arguments: (3 . 3), 2
+x11-fm/Arqiver|x11-fm/arqiver|2022-06-01|Convert PORTNATE to lowercase
diff --git a/x11-fm/Arqiver/distinfo b/x11-fm/Arqiver/distinfo
deleted file mode 100644
index b4f5e2940fb4..000000000000
--- a/x11-fm/Arqiver/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1653777732
-SHA256 (tsujan-Arqiver-V0.9.0_GH0.tar.gz) = ae532037313c897843d206ce1454bdb71526a0861696b4c7ed2098e39e565b09
-SIZE (tsujan-Arqiver-V0.9.0_GH0.tar.gz) = 135834
diff --git a/x11-fm/Arqiver/pkg-plist b/x11-fm/Arqiver/pkg-plist
deleted file mode 100644
index 1d683a6d42ef..000000000000
--- a/x11-fm/Arqiver/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/arqiver
-share/applications/arqiver.desktop
-share/arqiver/translations/arqiver_eo.qm
-share/arqiver/translations/arqiver_fr.qm
-share/arqiver/translations/arqiver_hu.qm
-share/arqiver/translations/arqiver_it.qm
-share/arqiver/translations/arqiver_nl.qm
-share/arqiver/translations/arqiver_pl.qm
-share/arqiver/translations/arqiver_pt_BR.qm
-share/arqiver/translations/arqiver_ru.qm
-share/arqiver/translations/arqiver_uk.qm
-share/icons/hicolor/scalable/apps/arqiver.svg
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index 047c3b441e31..d83874fd104e 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -1,6 +1,6 @@
COMMENT = X11 file managers
- SUBDIR += Arqiver
+ SUBDIR += arqiver
SUBDIR += caja
SUBDIR += catseye-fm
SUBDIR += deforaos-browser
diff --git a/x11-fm/Arqiver/Makefile b/x11-fm/arqiver/Makefile
similarity index 75%
rename from x11-fm/Arqiver/Makefile
rename to x11-fm/arqiver/Makefile
index 120f8f69dbed..d806d747fa26 100644
--- a/x11-fm/Arqiver/Makefile
+++ b/x11-fm/arqiver/Makefile
@@ -1,22 +1,20 @@
-PORTNAME= Arqiver
-DISTVERSIONPREFIX= V
+PORTNAME= arqiver
DISTVERSION= 0.9.0
CATEGORIES= x11-fm
+MASTER_SITES= https://github.com/tsujan/${PORTNAME}/releases/download/V${DISTVERSION}/
+DISTNAME= Arqiver-${PORTVERSION}
MAINTAINER= rigoletto@FreeBSD.org
-COMMENT= Arqiver is a simple Qt archive manager
+COMMENT= Simple Qt archive manager
LICENSE= GPLv3
-USES= cmake qt:5 xorg
+USES= cmake qt:5 tar:xz xorg
USE_XORG= xcb
USE_QT= buildtools_build qmake_build \
core gui linguist svg widgets \
x11extras
-USE_GITHUB= yes
-GH_ACCOUNT= tsujan
-
OPTIONS_DEFINE= 7ZIP ARJ LZO RAR ZIP
OPTIONS_DEFAULT= 7ZIP ARJ LZO RAR ZIP
diff --git a/x11-fm/arqiver/distinfo b/x11-fm/arqiver/distinfo
new file mode 100644
index 000000000000..682ec06d0503
--- /dev/null
+++ b/x11-fm/arqiver/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1654109335
+SHA256 (Arqiver-0.9.0.tar.xz) = bf3b4be44524b4d6b4096846c304d381e6707681fbb1e69b2847f6876b950593
+SIZE (Arqiver-0.9.0.tar.xz) = 121104
diff --git a/x11-fm/Arqiver/pkg-descr b/x11-fm/arqiver/pkg-descr
similarity index 94%
rename from x11-fm/Arqiver/pkg-descr
rename to x11-fm/arqiver/pkg-descr
index 1d387f8cbcf7..beb89ef0133b 100644
--- a/x11-fm/Arqiver/pkg-descr
+++ b/x11-fm/arqiver/pkg-descr
@@ -1,5 +1,5 @@
Arqiver is a simple Qt archive manager as a front-end for libarchive
-(bsdtar), gzip and 7z.
+(bsdtar), gzip, and 7z.
Arqiver can extract, create and edit archives that are supported by its
back-ends. It can open archives by drag-and-drop. Its listed items can be
diff --git a/x11-fm/arqiver/pkg-plist b/x11-fm/arqiver/pkg-plist
new file mode 100644
index 000000000000..65f44acd597e
--- /dev/null
+++ b/x11-fm/arqiver/pkg-plist
@@ -0,0 +1,12 @@
+bin/arqiver
+share/applications/arqiver.desktop
+%%DATADIR%%/translations/arqiver_eo.qm
+%%DATADIR%%/translations/arqiver_fr.qm
+%%DATADIR%%/translations/arqiver_hu.qm
+%%DATADIR%%/translations/arqiver_it.qm
+%%DATADIR%%/translations/arqiver_nl.qm
+%%DATADIR%%/translations/arqiver_pl.qm
+%%DATADIR%%/translations/arqiver_pt_BR.qm
+%%DATADIR%%/translations/arqiver_ru.qm
+%%DATADIR%%/translations/arqiver_uk.qm
+share/icons/hicolor/scalable/apps/arqiver.svg