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,25 +1,26 @@ PORTNAME= portconfig -PORTVERSION= 0.6 +DISTVERSION= 0.6.1 CATEGORIES= ports-mgmt MAINTAINER= bapt@FreeBSD.org 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 USES= localbase:ldflags USE_GITLAB= yes GL_ACCOUNT= alfix PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include 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.