Date: Sat, 18 Apr 2020 08:22:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532003 - in head: . deskutils/ydotool devel devel/libevdevPlus devel/libevdevplus devel/libuInputPlus devel/libuinputplus Message-ID: <202004180822.03I8MMnQ057547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Apr 18 08:22:21 2020 New Revision: 532003 URL: https://svnweb.freebsd.org/changeset/ports/532003 Log: Lowercase the port category and package name Added: head/devel/libevdevplus/ - copied from r532002, head/devel/libevdevPlus/ head/devel/libuinputplus/ - copied from r532002, head/devel/libuInputPlus/ Deleted: head/devel/libevdevPlus/ head/devel/libuInputPlus/ Modified: head/MOVED head/deskutils/ydotool/Makefile head/devel/Makefile head/devel/libevdevplus/Makefile head/devel/libuinputplus/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Apr 18 08:15:12 2020 (r532002) +++ head/MOVED Sat Apr 18 08:22:21 2020 (r532003) @@ -14541,3 +14541,5 @@ net/luasocket-51|net/luasocket@lua51|2020-04-14|Switch net/luasocket-53|net/luasocket@lua53|2020-04-14|Switched to use flavors security/luasec-51|security/luasec@lua51|2020-04-14|Switched to use flavors textproc/luaexpat-51|textproc/luaexpat@lua51|2020-04-14|Switched to use flavors +devel/libevdevPlus|devel/libevdevplus|2020-04-18|lowercase +devel/libuIntputPlus|devel/libuinputplus|2020-04-18|lowercase Modified: head/deskutils/ydotool/Makefile ============================================================================== --- head/deskutils/ydotool/Makefile Sat Apr 18 08:15:12 2020 (r532002) +++ head/deskutils/ydotool/Makefile Sat Apr 18 08:22:21 2020 (r532003) @@ -2,6 +2,7 @@ PORTNAME= ydotool PORTVERSION= 0.1.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -13,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ - libuInputPlus.so:devel/libuInputPlus \ + libuInputPlus.so:devel/libuinputplus \ libboost_program_options.so:devel/boost-libs \ - libevdevPlus.so:devel/libevdevPlus + libevdevPlus.so:devel/libevdevplus USES= cmake localbase Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 18 08:15:12 2020 (r532002) +++ head/devel/Makefile Sat Apr 18 08:22:21 2020 (r532003) @@ -1363,7 +1363,7 @@ SUBDIR += libublio SUBDIR += libubox SUBDIR += libudev-devd - SUBDIR += libuInputPlus + SUBDIR += libuinputplus SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum Modified: head/devel/libevdevplus/Makefile ============================================================================== --- head/devel/libevdevPlus/Makefile Sat Apr 18 08:15:12 2020 (r532002) +++ head/devel/libevdevplus/Makefile Sat Apr 18 08:22:21 2020 (r532003) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= libevdevPlus +PORTNAME= ${GH_PROJECT:tl} PORTVERSION= 0.1.1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:dev USES= cmake localbase USE_GITHUB= yes +GH_PROJECT= libevdevPlus GH_ACCOUNT= YukiWorkshop USE_LDCONFIG= yes Modified: head/devel/libuinputplus/Makefile ============================================================================== --- head/devel/libuInputPlus/Makefile Sat Apr 18 08:15:12 2020 (r532002) +++ head/devel/libuinputplus/Makefile Sat Apr 18 08:22:21 2020 (r532003) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= libuInputPlus +PORTNAME= ${GH_PROJECT:tl} PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -17,6 +17,7 @@ USES= cmake localbase USE_GITHUB= yes GH_ACCOUNT= YukiWorkshop +GH_PROJECT= libuInputPlus USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004180822.03I8MMnQ057547>