Index: MOVED =================================================================== --- MOVED (revision 569593) +++ MOVED (working copy) @@ -16198,3 +16198,4 @@ security/apg||2021-03-28|Has expired: Abandonware. Please try security/makepasswd or security/rndpassw instead lang/Gofer||2021-03-28|Has expired: Old, unmaintained language net/libsignal|net/libsignal-protocol-c|2021-03-30|Rename to match upstream naming +devel/sd-mux|sysutils/sd-mux-ctrl|2021-03-30|Remove duplicate port Index: devel/Makefile =================================================================== --- devel/Makefile (revision 569593) +++ devel/Makefile (working copy) @@ -6759,7 +6759,6 @@ SUBDIR += scandoc SUBDIR += sccache SUBDIR += scons - SUBDIR += sd-mux SUBDIR += sdl12 SUBDIR += sdl20 SUBDIR += sdl2pp Index: devel/sd-mux/Makefile =================================================================== --- devel/sd-mux/Makefile (revision 569593) +++ devel/sd-mux/Makefile (nonexistent) @@ -1,23 +0,0 @@ -# $FreeBSD$ - -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 Property changes on: devel/sd-mux/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/sd-mux/distinfo =================================================================== --- devel/sd-mux/distinfo (revision 569593) +++ devel/sd-mux/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1603909993 -SHA256 (sd-mux-20201028.tar.gz) = 87210ff15bb8f31df78b78061f2842c184dba4498f6bbb88db8522aff684b92c -SIZE (sd-mux-20201028.tar.gz) = 753375 Property changes on: devel/sd-mux/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/sd-mux/files/patch-src_CMakeLists.txt =================================================================== --- devel/sd-mux/files/patch-src_CMakeLists.txt (revision 569593) +++ devel/sd-mux/files/patch-src_CMakeLists.txt (nonexistent) @@ -1,12 +0,0 @@ ---- src/CMakeLists.txt.orig 2020-02-17 16:20:18 UTC -+++ src/CMakeLists.txt -@@ -37,6 +37,9 @@ INCLUDE_DIRECTORIES( - ${FTD2XX_PATH} - ) - -+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${SDMUX_DEP_popt_INCLUDEDIR}") -+SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L${SDMUX_DEP_popt_LIBDIR}") -+ - ADD_EXECUTABLE(${TARGET_SDMUXCTRL} ${SDMUXCTRL_SOURCES}) - - TARGET_LINK_LIBRARIES(${TARGET_SDMUXCTRL} Property changes on: devel/sd-mux/files/patch-src_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/sd-mux/pkg-descr =================================================================== --- devel/sd-mux/pkg-descr (revision 569593) +++ devel/sd-mux/pkg-descr (nonexistent) @@ -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/ Property changes on: devel/sd-mux/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: sysutils/sd-mux-ctrl/Makefile =================================================================== --- sysutils/sd-mux-ctrl/Makefile (revision 569593) +++ sysutils/sd-mux-ctrl/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= sd-mux-ctrl DISTVERSION= g20200217 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2?/ @@ -21,6 +22,10 @@ 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