diff options
| author | Nicola Vitale <nivit@FreeBSD.org> | 2026-01-27 13:00:21 +0000 |
|---|---|---|
| committer | Nicola Vitale <nivit@FreeBSD.org> | 2026-01-27 13:00:21 +0000 |
| commit | 6880fa2fad2b042e79f964578df2bf8f16067022 (patch) | |
| tree | fe973ed6e9f85091cce0e5e2419b20dd98d0d0a9 /mail/abook | |
| parent | ab03bce0a568792890df28bee8c6cd3708fdf78d (diff) | |
Diffstat (limited to 'mail/abook')
| -rw-r--r-- | mail/abook/Makefile | 22 | ||||
| -rw-r--r-- | mail/abook/distinfo | 6 | ||||
| -rw-r--r-- | mail/abook/pkg-plist | 4 |
3 files changed, 17 insertions, 15 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index c35c03754f85..f179fa926d1a 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -1,29 +1,31 @@ PORTNAME= abook -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.6.2 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= http://abook.sourceforge.net/devel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nivit@FreeBSD.org COMMENT= Addressbook program with mutt mail client support WWW= http://abook.sourceforge.net/ -LICENSE= GPLv2 +LICENSE= GPLv3 -USES= ncurses readline gettext-tools autoreconf localbase +USES= autoreconf gettext-tools localbase ncurses readline GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \ - THANKS TODO +WRKSRC= ${WRKDIR} -OPTIONS_DEFINE= NLS DOCS +PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README THANKS \ + TODO + +OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/mail/abook/distinfo b/mail/abook/distinfo index 877a3d1e4ae3..1e2aac47397b 100644 --- a/mail/abook/distinfo +++ b/mail/abook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480172791 -SHA256 (abook-0.6.1.tar.gz) = f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9 -SIZE (abook-0.6.1.tar.gz) = 319558 +TIMESTAMP = 1769517814 +SHA256 (abook-0.6.2.tar.gz) = 2d6bde2d2d03523f164f930e4fdec6025f3a94abe48a43706f543880a1a21ebe +SIZE (abook-0.6.2.tar.gz) = 334612 diff --git a/mail/abook/pkg-plist b/mail/abook/pkg-plist index d54ecaa2f22b..1501236c185e 100644 --- a/mail/abook/pkg-plist +++ b/mail/abook/pkg-plist @@ -1,6 +1,4 @@ bin/abook -share/man/man1/abook.1.gz -share/man/man5/abookrc.5.gz %%NLS%%share/locale/de/LC_MESSAGES/abook.mo %%NLS%%share/locale/de/LC_TIME/abook.mo %%NLS%%share/locale/fr/LC_MESSAGES/abook.mo @@ -11,3 +9,5 @@ share/man/man5/abookrc.5.gz %%NLS%%share/locale/ja/LC_TIME/abook.mo %%NLS%%share/locale/sv/LC_MESSAGES/abook.mo %%NLS%%share/locale/sv/LC_TIME/abook.mo +share/man/man1/abook.1.gz +share/man/man5/abookrc.5.gz |
