Skip to content

Commit

Permalink
editors/mined: make fetchable again
Browse files Browse the repository at this point in the history
Tarball has been rerolled: take it from GitHub.

Also move the manpages.
  • Loading branch information
thierry-FreeBSD committed Jan 30, 2024
1 parent 31a4863 commit 9530010
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
6 changes: 4 additions & 2 deletions editors/mined/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PORTNAME= mined
PORTVERSION= 2022.27
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/download/

MAINTAINER= thierry@FreeBSD.org
COMMENT= Text mode editor with Unicode support
Expand All @@ -13,6 +12,9 @@ LICENSE= GPLv3
BUILD_DEPENDS= ${NONEXISTENT}:textproc/UCD:fetch

USES= desktop-file-utils gmake ncurses

USE_GITHUB= yes

BINARY_ALIAS= make=${GMAKE}
HAS_CONFIGURE= yes
MAKEFILE= makefile
Expand Down
6 changes: 3 additions & 3 deletions editors/mined/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1671974880
SHA256 (mined-2022.27.tar.gz) = e55436c5a2c06a74ab12a46bc2bfdac2cb0cacbebd6bdd5f6c2f8aef8914d451
SIZE (mined-2022.27.tar.gz) = 7239587
TIMESTAMP = 1706636561
SHA256 (mined-mined-2022.27_GH0.tar.gz) = c4b35b068f2bba3e34f0ef9a989602b4bbed3f76c95b79788de1ad596ac50a68
SIZE (mined-mined-2022.27_GH0.tar.gz) = 7264424
11 changes: 7 additions & 4 deletions editors/mined/files/patch-src__makefile.bsd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- src/makefile.bsd.orig 2014-07-10 22:00:00 UTC
--- src/makefile.bsd.orig 2022-12-23 08:44:41 UTC
+++ src/makefile.bsd
@@ -20,7 +20,7 @@ bindir = $(prefix)/bin
@@ -20,17 +20,17 @@ rundir = $(prefix)/share/mined
mandir = $(prefix)/share/man
rundir = $(prefix)/share/mined
# FreeBSD:
Expand All @@ -9,8 +9,11 @@
# NetBSD (few packages), OpenBSD:
#docdir = $(lprefix)/share/doc/html/mined

@@ -30,7 +30,7 @@ lbindir = $(lprefix)/bin
lmandir = $(lprefix)/man
# directories for target "make localinstall"
lprefix = $(root)/usr/local
lbindir = $(lprefix)/bin
-lmandir = $(lprefix)/man
+lmandir = $(lprefix)/share/man
lrundir = $(lprefix)/share/mined
# FreeBSD, OpenBSD:
-#ldocdir = $(lprefix)/share/doc/mined
Expand Down
14 changes: 7 additions & 7 deletions editors/mined/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ bin/mstar
bin/umined
bin/uterm
bin/xmined
man/man1/mined.1.gz
man/man1/minmacs.1.gz
man/man1/mpico.1.gz
man/man1/mstar.1.gz
man/man1/umined.1.gz
man/man1/uterm.1.gz
man/man1/xmined.1.gz
share/applications/mined.desktop
share/man/man1/mined.1.gz
share/man/man1/minmacs.1.gz
share/man/man1/mpico.1.gz
share/man/man1/mstar.1.gz
share/man/man1/umined.1.gz
share/man/man1/uterm.1.gz
share/man/man1/xmined.1.gz
%%DATADIR%%/bin/mterm
%%DATADIR%%/bin/umined
%%DATADIR%%/bin/uprint
Expand Down

0 comments on commit 9530010

Please sign in to comment.