mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ports-mgmt/portconfig: Update to 0.6.2
- Change maintainership. - New accessibility features: - ENVs to change the theme. - Install theme conf files. ChangeLog: https://gitlab.com/alfix/portconfig/-/blob/main/CHANGELOG PR: 283946 Reported by: Low Vision users https://forums.freebsd.org/threads/is-it-possible-to-change-the-ports-config-dialog-colours.94621/ Approved by: bapt Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3a85173996
commit
26971b8c54
2 changed files with 17 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
PORTNAME= portconfig
|
||||
DISTVERSION= 0.6.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.6.2
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
MAINTAINER= alfix86@gmail.com
|
||||
COMMENT= Utility to set up FreeBSD port options
|
||||
WWW= https://gitlab.com/alfix/portconfig
|
||||
|
||||
|
@ -17,11 +16,22 @@ USES= localbase:ldflags
|
|||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= alfix
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
PLIST_FILES= "@sample ${ETCDIR}/blackwhite.conf.sample" \
|
||||
"@sample ${ETCDIR}/default.conf.sample" \
|
||||
"@sample ${ETCDIR}/red-green.conf.sample" \
|
||||
"@sample ${ETCDIR}/yellow-blue.conf.sample" \
|
||||
bin/${PORTNAME} \
|
||||
share/man/man1/${PORTNAME}.1.gz
|
||||
|
||||
THEMES= ${WRKSRC}/themes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${THEMES}/blackwhite.conf ${STAGEDIR}${ETCDIR}/blackwhite.conf.sample
|
||||
${INSTALL_DATA} ${THEMES}/default.conf ${STAGEDIR}${ETCDIR}/default.conf.sample
|
||||
${INSTALL_DATA} ${THEMES}/red-green.conf ${STAGEDIR}${ETCDIR}/red-green.conf.sample
|
||||
${INSTALL_DATA} ${THEMES}/yellow-blue.conf ${STAGEDIR}${ETCDIR}/yellow-blue.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1700162480
|
||||
SHA256 (portconfig-0.6.1.tar.bz2) = a6c698538b6a13af61cce7348756ff214033cef5050884d1f6220e4cc6e3b096
|
||||
SIZE (portconfig-0.6.1.tar.bz2) = 120741
|
||||
TIMESTAMP = 1736259426
|
||||
SHA256 (portconfig-0.6.2.tar.bz2) = d8e84d96a80ad4998e3f47a80112bdc1fc1be273b5ba444b60dfba8ddd28a1fd
|
||||
SIZE (portconfig-0.6.2.tar.bz2) = 125148
|
||||
|
|
Loading…
Add table
Reference in a new issue