On Sat May 22, 2021 at 08:49:28AM +0200, Rafael Sadowski wrote: > Please find attached a new port libphonenumber-8.12.23. > > Comment: > C++ version of the libphonenumber project > > Description: > Google's common C++ library for parsing, formatting, and validating > international phone numbers. > > Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org> > > WWW: https://github.com/google/libphonenumber > > All tests are passed and portcheck is happy. PhoneNumber is an opt > dependency for x11/kde-applications/kitinerary. > > Rafael
... and for the record: Index: Makefile =================================================================== RCS file: /cvs/ports/x11/kde-applications/kitinerary/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5 Makefile --- Makefile 27 Apr 2021 05:27:02 -0000 1.5 +++ Makefile 22 May 2021 07:43:35 -0000 @@ -4,11 +4,11 @@ COMMENT = KDE itinerary data model and i DISTNAME = kitinerary-${VERSION} CATEGORIES = devel -SHARED_LIBS += KPimItinerary 2.1 # 5.13.2 +SHARED_LIBS += KPimItinerary 2.2 # 5.13.2 WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5CalendarCore KF5Contacts WANTLIB += KF5I18n KF5Mime KPimPkPass Qt5Core Qt5Gui Qt5Network -WANTLIB += Qt5Qml c crypto m poppler xml2 z +WANTLIB += Qt5Qml c crypto m phonenumber poppler xml2 MODKDE5_TRANSLATIONS = yes @@ -23,6 +23,7 @@ LIB_DEPENDS = devel/kf5/karchive \ devel/kf5/kcalendarcore \ devel/kf5/kcontacts \ print/poppler \ + productivity/libphonenumber \ textproc/libxml \ x11/kde-applications/kmime \ x11/kde-applications/kpkpass \