diff options
author | Robert Clausecker <fuz@fuz.su> | 2022-08-18 20:53:34 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-09-19 15:37:34 +0000 |
commit | e69a1817a6ad75f0b081a88895aad0fa4d120e5e (patch) | |
tree | 25d099703f4219150ae5e9686fd9a9d3c94db351 /net | |
parent | ed4ae91e94bdafd9ec75a3c78c0e2c7d271a0db8 (diff) | |
download | ports-e69a1817a6ad75f0b081a88895aad0fa4d120e5e.tar.gz ports-e69a1817a6ad75f0b081a88895aad0fa4d120e5e.zip |
devel/schilybase: update to 2022-09-18
- point MASTER_SITES to new upstream
- split bosh from sysutils/schilyutils into new port shells/bosh
- stop installing pfbosh, a SunOS-only feature
- install jsh as jbosh to avoid a conflict
- patch shell names in man pages
- point WWW to subproject-specific sites if available
- misc/schilytools: deprecate man2html component
- devel/schilybase: add missing file to pkg-plist
- make test suite work better
- do not pass INS_*BASE/DESTDIR to smake tests
- account for devel/sccs placing files in /tmp
- make sh/tests/common/test-common find bosh after
we patched out the hardlink to sh
- Test suite passes on armv7 except for archivers/star.
Will have to investigate further.
- sysutils/schilyutils: add vctags command
I forgot about that one when I made the port initially.
The ctags link is not installed to avoid conflicts.
Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt
PR: 266475
Diffstat (limited to 'net')
-rw-r--r-- | net/rscsi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rscsi/Makefile b/net/rscsi/Makefile index 9ddc2ade9bd3..4cddc4e9e811 100644 --- a/net/rscsi/Makefile +++ b/net/rscsi/Makefile @@ -2,9 +2,7 @@ PORTNAME= rscsi CATEGORIES= net COMMENT= Remote SCSI transport server program (daemon) -WWW= https://codeberg.org/schilytools/schilytools - -CONFLICTS= cdrtools-devel +WWW= http://cdrtools.sourceforge.net/private/cdrecord.html USERS= rscsi GROUPS= rscsi |