Skip to content

Commit

Permalink
misc/ola: Change LIB_DEPENDS from protobuf to protobuf3
Browse files Browse the repository at this point in the history
- While I'm here, fix PLIST
- Bump PORTREVISION for dependency and package change

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/libolaftdidmx.a
Error: Orphaned: lib/libolaftdidmx.so
Error: Orphaned: lib/libolaftdidmx.so.0
Error: Orphaned: lib/libolaftdidmx.so.0.0.0
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Reference:	OpenLightingProject/ola#1879
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 22f31cf commit bb628fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/ola/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ola
DISTVERSION= 0.10.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/

Expand All @@ -13,7 +13,7 @@ LICENSE= GPLv2+
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libftdi1.so:devel/libftdi1 \
libmicrohttpd.so:www/libmicrohttpd \
libprotobuf.so:devel/protobuf \
libprotobuf.so:devel/protobuf3 \
libuuid.so:misc/e2fsprogs-libuuid
TEST_DEPENDS= cppunit>0:devel/cppunit

Expand Down
4 changes: 4 additions & 0 deletions misc/ola/pkg-plist
Expand Up @@ -216,6 +216,10 @@ lib/libolaespnet.a
lib/libolaespnet.so
lib/libolaespnet.so.0
lib/libolaespnet.so.0.0.0
lib/libolaftdidmx.a
lib/libolaftdidmx.so
lib/libolaftdidmx.so.0
lib/libolaftdidmx.so.0.0.0
lib/libolagpio.a
lib/libolagpio.so
lib/libolagpio.so.0
Expand Down

0 comments on commit bb628fc

Please sign in to comment.