diff --git a/ports-mgmt/portconfig/Makefile b/ports-mgmt/portconfig/Makefile index 3e35394af728..1949612c8dd7 100644 --- a/ports-mgmt/portconfig/Makefile +++ b/ports-mgmt/portconfig/Makefile @@ -1,27 +1,37 @@ 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 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} \ +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 diff --git a/ports-mgmt/portconfig/distinfo b/ports-mgmt/portconfig/distinfo index eb01c1f64e9b..7cf9570aae5e 100644 --- a/ports-mgmt/portconfig/distinfo +++ b/ports-mgmt/portconfig/distinfo @@ -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