1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Lowercase the port category and package name

This commit is contained in:
Baptiste Daroussin 2020-04-18 08:22:21 +00:00
parent 89c9895f82
commit 1d863c3f16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532003
11 changed files with 10 additions and 5 deletions

2
MOVED
View File

@ -14541,3 +14541,5 @@ net/luasocket-51|net/luasocket@lua51|2020-04-14|Switched to use flavors
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

View File

@ -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

View File

@ -1363,7 +1363,7 @@
SUBDIR += libublio
SUBDIR += libubox
SUBDIR += libudev-devd
SUBDIR += libuInputPlus
SUBDIR += libuinputplus
SUBDIR += libukcprog
SUBDIR += libunicode
SUBDIR += libuninum

View File

@ -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:devel/evdev-proto
USES= cmake localbase
USE_GITHUB= yes
GH_PROJECT= libevdevPlus
GH_ACCOUNT= YukiWorkshop
USE_LDCONFIG= yes

View File

@ -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