diff options
author | tobik <tobik@FreeBSD.org> | 2018-08-24 17:14:41 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-08-24 17:14:41 +0800 |
commit | e3970bba2f89f02c8368ad89dc3997bcf0c0a5eb (patch) | |
tree | 455613a25e14ee9b12d6edb2cd17f0521647524d /emulators | |
parent | c39cb187fe6cdf471a0d3cffd61acfe8584fcbc1 (diff) | |
download | freebsd-ports-gnome-e3970bba2f89f02c8368ad89dc3997bcf0c0a5eb.tar.gz freebsd-ports-gnome-e3970bba2f89f02c8368ad89dc3997bcf0c0a5eb.tar.zst freebsd-ports-gnome-e3970bba2f89f02c8368ad89dc3997bcf0c0a5eb.zip |
emulators/libdsk: Update to 1.4.2
- Install additional documentation
Changes: http://www.seasip.info/Unix/LibDsk/#changelog
PR: 230354
Submitted by: Nathan <ndowens@yahoo.com>
Approved by: pixel@hugbox.org (maintainer timeout, 2 weeks)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libdsk/Makefile | 18 | ||||
-rw-r--r-- | emulators/libdsk/distinfo | 5 | ||||
-rw-r--r-- | emulators/libdsk/pkg-descr | 2 | ||||
-rw-r--r-- | emulators/libdsk/pkg-plist | 2 |
4 files changed, 19 insertions, 8 deletions
diff --git a/emulators/libdsk/Makefile b/emulators/libdsk/Makefile index 7b95e69cb4f2..c38313de65f2 100644 --- a/emulators/libdsk/Makefile +++ b/emulators/libdsk/Makefile @@ -2,17 +2,27 @@ # $FreeBSD$ PORTNAME= libdsk -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= emulators devel -MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ \ - http://www.hugbox.org/software/ports/ +MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ MAINTAINER= pixel@hugbox.org COMMENT= Enables access to disks and disk images; also via serial line +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/COPYING + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + +PORTDOCS= apridisk.html cfi.html libdsk.pdf libdsk.txt \ + libdskrc.sample protocol.txt README TODO + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + .include <bsd.port.mk> diff --git a/emulators/libdsk/distinfo b/emulators/libdsk/distinfo index 1c7856adf4f2..5f09a57de239 100644 --- a/emulators/libdsk/distinfo +++ b/emulators/libdsk/distinfo @@ -1,2 +1,3 @@ -SHA256 (libdsk-1.2.1.tar.gz) = 73dccf8d2d8a291ca9ea74414bee71e848e7bbf816fe82bfc599d4f54936f832 -SIZE (libdsk-1.2.1.tar.gz) = 815146 +TIMESTAMP = 1533395710 +SHA256 (libdsk-1.4.2.tar.gz) = 71eda9d0e33ab580cea1bb507467877d33d887cea6ec042b8d969004db89901a +SIZE (libdsk-1.4.2.tar.gz) = 1083103 diff --git a/emulators/libdsk/pkg-descr b/emulators/libdsk/pkg-descr index ace1575cfe14..66b5b0c5d4d3 100644 --- a/emulators/libdsk/pkg-descr +++ b/emulators/libdsk/pkg-descr @@ -19,4 +19,4 @@ LIBDSK has drivers for: TeleDisk files (read-only), APRIDISK image files, rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image. -WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/ +WWW: http://www.seasip.info/Unix/LibDsk/index.html diff --git a/emulators/libdsk/pkg-plist b/emulators/libdsk/pkg-plist index 074cdf1dd1e6..484e227e83af 100644 --- a/emulators/libdsk/pkg-plist +++ b/emulators/libdsk/pkg-plist @@ -10,7 +10,7 @@ include/libdsk.h lib/libdsk.a lib/libdsk.so lib/libdsk.so.3 -lib/libdsk.so.3.2.3 +lib/libdsk.so.3.3.13 man/man1/apriboot.1.gz man/man1/dskdump.1.gz man/man1/dskform.1.gz |