Index: head/devel/libosinfo/Makefile =================================================================== --- head/devel/libosinfo/Makefile (revision 436885) +++ head/devel/libosinfo/Makefile (revision 436886) @@ -1,40 +1,40 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= libosinfo PORTVERSION= 1.0.0 CATEGORIES= devel -MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ +MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for managing OS information for virtualization LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids \ ${LOCALBASE}/share/usbids/usb.ids:misc/usbids RUN_DEPENDS:= ${BUILD_DEPENDS} \ osinfo-db-import:sysutils/osinfo-db-tools \ ${LOCALBASE}/share/osinfo/VERSION:misc/osinfo-db USES= gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-tests --disable-vala \ --with-usb-ids-path=${LOCALBASE}/share/usbids/usb.ids \ --with-pci-ids-path=${LOCALBASE}/share/pciids/pci.ids CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB=yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls SHLIB_VER= ${PORTVERSION:C/(^[0-9])\./0.\100/} PLIST_SUB= SHLIB_VER=${SHLIB_VER} .include Index: head/misc/osinfo-db/Makefile =================================================================== --- head/misc/osinfo-db/Makefile (revision 436885) +++ head/misc/osinfo-db/Makefile (revision 436886) @@ -1,22 +1,22 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= osinfo-db PORTVERSION= 20161026 CATEGORIES= misc -MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ +MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Osinfo database files BUILD_DEPENDS= osinfo-db-tools>=1.1.0:sysutils/osinfo-db-tools USES= tar:xz NO_BUILD= yes do-extract: # nada do-install: osinfo-db-import --root ${STAGEDIR} --system ${DISTDIR}/${DISTFILES} .include Index: head/sysutils/osinfo-db-tools/Makefile =================================================================== --- head/sysutils/osinfo-db-tools/Makefile (revision 436885) +++ head/sysutils/osinfo-db-tools/Makefile (revision 436886) @@ -1,22 +1,22 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= osinfo-db-tools PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ +MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Tools for managing the osinfo database USES= gettext gmake libarchive pkgconfig USE_GNOME= glib20 intltool libxml2 libxslt GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls .include