diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-08 19:09:14 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-08 19:09:14 +0000 |
commit | 6f04c0dc2ae1fe345dc8829d39b2f634a2e930c7 (patch) | |
tree | 6355357625a3dbbbe3859167f91143fbf18a5434 /news/husky-fidoconf | |
parent | ba2a67436c1b1f23fc84e7f576e8a85f5decb534 (diff) |
news/husky*: Update ports to latest versions
PR: 243030
Submitted by: Oleg Sharoyko <osharoiko@gmail.com> (maintainer)
Reported by: Ruslan Suleimanov <rs@paket.ua>
Notes
Notes:
svn path=/head/; revision=528069
Diffstat (limited to 'news/husky-fidoconf')
-rw-r--r-- | news/husky-fidoconf/Makefile | 15 | ||||
-rw-r--r-- | news/husky-fidoconf/pkg-plist | 3 |
2 files changed, 11 insertions, 7 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 64307714d08e..a0f1621a54e0 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -4,15 +4,18 @@ PORTNAME= husky-fidoconf COMMENT= Husky FTN configuration library -LIB_DEPENDS= libsmapi.so:news/husky-smapi +LICENSE= LGPL20 + +LIB_DEPENDS= libsmapi.so:news/husky-smapi \ + libhusky.so:news/husky-huskylib USES+= perl5 shebangfix -SHEBANG_FILES= util/fconf2areasbbs.pl util/fconf2na.pl util/sq2fc.pl -USE_LDCONFIG= yes +SHEBANG_FILES= fidoconf/util/fconf2areasbbs.pl fidoconf/util/fconf2na.pl fidoconf/util/sq2fc.pl +USE_LDCONFIG= yes INSTALL_TARGET= install install-man -MASTERDIR= ${.CURDIR}/../husky -COMPONENT_SUBDIR= fidoconf +MASTERDIR= ${.CURDIR}/../husky +COMPONENT_SUBDIR=fidoconf # Settings below are required to handle texi output (html, INFO page) USES+= makeinfo @@ -25,7 +28,7 @@ OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ - ${WRKSRC}/man/linkedto.1 + ${BUILD_WRKSRC}/man/linkedto.1 post-install: ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2aquaed.1 diff --git a/news/husky-fidoconf/pkg-plist b/news/husky-fidoconf/pkg-plist index 309cffae4c5d..130d3731d316 100644 --- a/news/husky-fidoconf/pkg-plist +++ b/news/husky-fidoconf/pkg-plist @@ -24,7 +24,8 @@ include/fidoconf/stat.h include/fidoconf/version.h lib/libfidoconfig.a lib/libfidoconfig.so -lib/libfidoconfig.so.1 +lib/libfidoconfig.so.1.9 +lib/libfidoconfig.so.1.9.0 man/man1/dumpfcfg.1.gz man/man1/fconf2.1.gz man/man1/fconf2aquaed.1.gz |