devel/sd-mux-ctrl: Rename to match upstream
Rename devel/sd-mux to devel/sd-mux-ctrl and remove dupplicate port sysutils/sd-mux-ctrl added recently. As the port names were different `addport -y` didn't catch the duplicate when looking at the catalog tree INDEX. Also add entries into MOVED. Approved by: swills Differential Revision: https://reviews.freebsd.org/D29732
This commit is contained in:
parent
52dab67dd2
commit
ae9ec3576c
10 changed files with 12 additions and 34 deletions
2
MOVED
2
MOVED
|
@ -16283,3 +16283,5 @@ dns/credns||2021-04-12|Broken 12+, unmaintained upstream
|
||||||
www/youtube_dlc|www/yt-dlp|2021-04-12|Upstream have made a complete transition to new project name
|
www/youtube_dlc|www/yt-dlp|2021-04-12|Upstream have made a complete transition to new project name
|
||||||
security/netpgp||2021-04-12|Broken 12+, unmaintained upstream
|
security/netpgp||2021-04-12|Broken 12+, unmaintained upstream
|
||||||
net/freenet6||2021-04-12|Broken 12+, service discontinued
|
net/freenet6||2021-04-12|Broken 12+, service discontinued
|
||||||
|
devel/sd-mux|devel/sd-mux-ctrl|2021-04-13|Renamed to match upstream naming
|
||||||
|
sysutils/sd-mux-ctrl|devel/sd-mux-ctrl|2021-04-13|Remove duplicate port
|
||||||
|
|
|
@ -6755,7 +6755,7 @@
|
||||||
SUBDIR += scandoc
|
SUBDIR += scandoc
|
||||||
SUBDIR += sccache
|
SUBDIR += sccache
|
||||||
SUBDIR += scons
|
SUBDIR += scons
|
||||||
SUBDIR += sd-mux
|
SUBDIR += sd-mux-ctrl
|
||||||
SUBDIR += sdl12
|
SUBDIR += sdl12
|
||||||
SUBDIR += sdl20
|
SUBDIR += sdl20
|
||||||
SUBDIR += sdl2pp
|
SUBDIR += sdl2pp
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
PORTNAME= sd-mux-ctrl
|
PORTNAME= sd-mux-ctrl
|
||||||
DISTVERSION= g20200217
|
DISTVERSION= g20200217
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2?/
|
MASTER_SITES= https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2?/
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/emaste/sd-mux/commit/
|
PATCH_SITES= https://github.com/emaste/sd-mux/commit/
|
||||||
PATCHFILES= 83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch:-p1
|
PATCHFILES= 83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch:-p1
|
||||||
|
|
||||||
MAINTAINER= emaste@FreeBSD.org
|
MAINTAINER= swills@FreeBSD.org
|
||||||
COMMENT= Control utility for Tizen SD card multiplexer
|
COMMENT= Control utility for Tizen SD card multiplexer
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
@ -19,6 +19,10 @@ USES= cmake pkgconfig tar:bz2
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94
|
WRKSRC= ${WRKDIR}/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94
|
||||||
|
|
||||||
PLIST_FILES= bin/sd-mux-ctrl
|
PLIST_FILES= bin/sd-mux-ctrl \
|
||||||
|
man/man1/sd-mux-ctrl.1.gz
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/doc/man/sd-mux-ctrl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
|
@ -1,4 +1,4 @@
|
||||||
TIMESTAMP = 1616967956
|
TIMESTAMP = 1617890469
|
||||||
SHA256 (sd-mux-ctrl-g20200217.tar.bz2) = 3b8dd1a7f1cf52a271d4e543d859d88132b92749977efdca79c79c5d9fefda5e
|
SHA256 (sd-mux-ctrl-g20200217.tar.bz2) = 3b8dd1a7f1cf52a271d4e543d859d88132b92749977efdca79c79c5d9fefda5e
|
||||||
SIZE (sd-mux-ctrl-g20200217.tar.bz2) = 744534
|
SIZE (sd-mux-ctrl-g20200217.tar.bz2) = 744534
|
||||||
SHA256 (83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch) = 5c53a70eeef566a4e595bc420f7bf307137ebade8bcd9a65b9407267805dfea0
|
SHA256 (83f2783ac56bbf42f9bb877c5937cd1f17bb2999.patch) = 5c53a70eeef566a4e595bc420f7bf307137ebade8bcd9a65b9407267805dfea0
|
|
@ -2,3 +2,4 @@ sd-mux-ctrl is a control program for the Tizen Secure Digital (SD) card
|
||||||
multiplexer.
|
multiplexer.
|
||||||
|
|
||||||
WWW: https://git.tizen.org/cgit/tools/testlab/sd-mux/
|
WWW: https://git.tizen.org/cgit/tools/testlab/sd-mux/
|
||||||
|
www: https://wiki.tizen.org/SDWire
|
|
@ -1,21 +0,0 @@
|
||||||
PORTNAME= sd-mux
|
|
||||||
PORTVERSION= g20201028
|
|
||||||
CATEGORIES= devel
|
|
||||||
MASTER_SITES= LOCAL/swills
|
|
||||||
DISTNAME= sd-mux-20201028
|
|
||||||
|
|
||||||
MAINTAINER= swills@FreeBSD.org
|
|
||||||
COMMENT= Utility for controlling sd-mux and sd-wire
|
|
||||||
|
|
||||||
LIB_DEPENDS= libftdi1.so:devel/libftdi1 \
|
|
||||||
libpopt.so:devel/popt
|
|
||||||
|
|
||||||
USES= cmake pkgconfig
|
|
||||||
|
|
||||||
PLIST_FILES= bin/sd-mux-ctrl \
|
|
||||||
man/man1/sd-mux-ctrl.1.gz
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/man/sd-mux-ctrl.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,3 +0,0 @@
|
||||||
TIMESTAMP = 1603909993
|
|
||||||
SHA256 (sd-mux-20201028.tar.gz) = 87210ff15bb8f31df78b78061f2842c184dba4498f6bbb88db8522aff684b92c
|
|
||||||
SIZE (sd-mux-20201028.tar.gz) = 753375
|
|
|
@ -1,4 +0,0 @@
|
||||||
Utility for controlling sd-mux and sd-wire
|
|
||||||
|
|
||||||
WWW: https://wiki.tizen.org/SDWire
|
|
||||||
WWW: https://git.tizen.org/cgit/tools/testlab/sd-mux/
|
|
|
@ -1234,7 +1234,6 @@
|
||||||
SUBDIR += screenie
|
SUBDIR += screenie
|
||||||
SUBDIR += scterc
|
SUBDIR += scterc
|
||||||
SUBDIR += sd-agent
|
SUBDIR += sd-agent
|
||||||
SUBDIR += sd-mux-ctrl
|
|
||||||
SUBDIR += sdparm
|
SUBDIR += sdparm
|
||||||
SUBDIR += seatd
|
SUBDIR += seatd
|
||||||
SUBDIR += seatools
|
SUBDIR += seatools
|
||||||
|
|
Loading…
Reference in a new issue