git: 5356f979dc5d - main - ports-mgmt/portconfig: Update to 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Nov 2023 19:09:16 UTC
The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/ports/commit/?id=5356f979dc5d6f970dfd2da9f5e50236d558c0dd commit 5356f979dc5d6f970dfd2da9f5e50236d558c0dd Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2023-11-17 19:05:05 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2023-11-17 19:08:53 +0000 ports-mgmt/portconfig: Update to 0.6.1 CHANGED: https://gitlab.com/alfix/portconfig/-/blob/main/CHANGELOG PR: 275136 Approved by: bapt --- ports-mgmt/portconfig/Makefile | 3 ++- ports-mgmt/portconfig/distinfo | 6 +++--- ports-mgmt/portconfig/files/patch-Makefile | 13 ------------- ports-mgmt/portconfig/pkg-descr | 3 ++- 4 files changed, 7 insertions(+), 18 deletions(-) diff --git a/ports-mgmt/portconfig/Makefile b/ports-mgmt/portconfig/Makefile index c97de027160a..33eea404dc05 100644 --- a/ports-mgmt/portconfig/Makefile +++ b/ports-mgmt/portconfig/Makefile @@ -1,5 +1,5 @@ PORTNAME= portconfig -PORTVERSION= 0.6 +DISTVERSION= 0.6.1 CATEGORIES= ports-mgmt MAINTAINER= bapt@FreeBSD.org @@ -7,6 +7,7 @@ COMMENT= Utility to set up FreeBSD port options WWW= https://gitlab.com/alfix/portconfig LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libbsddialog.a:devel/bsddialog diff --git a/ports-mgmt/portconfig/distinfo b/ports-mgmt/portconfig/distinfo index 5f8e3d5337f9..eb01c1f64e9b 100644 --- a/ports-mgmt/portconfig/distinfo +++ b/ports-mgmt/portconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691325982 -SHA256 (portconfig-0.6.tar.bz2) = 9bcd104be0504555d48a4040fbaddbc1cf3f92f7ac52187f75a1203dadff6692 -SIZE (portconfig-0.6.tar.bz2) = 120799 +TIMESTAMP = 1700162480 +SHA256 (portconfig-0.6.1.tar.bz2) = a6c698538b6a13af61cce7348756ff214033cef5050884d1f6220e4cc6e3b096 +SIZE (portconfig-0.6.1.tar.bz2) = 120741 diff --git a/ports-mgmt/portconfig/files/patch-Makefile b/ports-mgmt/portconfig/files/patch-Makefile deleted file mode 100644 index afd718fdab06..000000000000 --- a/ports-mgmt/portconfig/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2023-08-04 15:18:54 UTC -+++ Makefile -@@ -9,8 +9,8 @@ LDFLAGS+= -L/usr/local/lib -Wl,-Bstatic -v -Wl,-whole- - - CFLAGS+= -I/usr/local/include -std=gnu99 -Wall -Wextra - LDFLAGS+= -L/usr/local/lib -Wl,-Bstatic -v -Wl,-whole-archive -lbsddialog \ -- -Wl,-no-whole-archive -L/usr/lib -lncursesw -ltinfow \ -- -Wl,-Bdynamic -Wl,--export-dynamic -+ -Wl,-no-whole-archive -Wl,-Bdynamic -Wl,--export-dynamic -L/usr/lib \ -+ -lncursesw -ltinfow - - # `make -DDEBUG` - .if defined(DEBUG) diff --git a/ports-mgmt/portconfig/pkg-descr b/ports-mgmt/portconfig/pkg-descr index e1a41ff6c3e1..5957eaac1d3d 100644 --- a/ports-mgmt/portconfig/pkg-descr +++ b/ports-mgmt/portconfig/pkg-descr @@ -1 +1,2 @@ -Utility to set up FreeBSD ports options +Utility to set up FreeBSD ports options using a +Text User Interface.