Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 09:07:08 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476283 - head/archivers/opkg
Message-ID:  <201808030907.w73978Ka011104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Fri Aug  3 09:07:08 2018
New Revision: 476283
URL: https://svnweb.freebsd.org/changeset/ports/476283

Log:
  Update archivers/opkg to my patched github version

Modified:
  head/archivers/opkg/Makefile
  head/archivers/opkg/distinfo
  head/archivers/opkg/pkg-descr

Modified: head/archivers/opkg/Makefile
==============================================================================
--- head/archivers/opkg/Makefile	Fri Aug  3 07:57:31 2018	(r476282)
+++ head/archivers/opkg/Makefile	Fri Aug  3 09:07:08 2018	(r476283)
@@ -2,20 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	opkg
-DISTVERSION=	20180802
-DISTVERSIONSUFFIX=	-3b417b9f
-PORTREVISION=	1
+DISTVERSION=	20180803
 CATEGORIES=	archivers sysutils
-MASTER_SITES=	LOCAL/mm/openwrt
+MASTER_SITES=	GH
 
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	OpenWrt package manager
 
 LICENSE=	GPLv2
 
-OPKG_GITURL=	https://git.openwrt.org/project/opkg-lede.git
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	mmatuska
+GH_PROJECT=	opkg
+GH_TAGNAME=	b07cde3
 
-USES=		cmake tar:xz
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libubox.a:devel/libubox
 
 .include <bsd.port.pre.mk>
@@ -49,15 +50,5 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/${file}.in \
 		${STAGEDIR}${MANPREFIX}/man/man1/${file}
 .endfor
-
-maintainer-fetch:
-	@${MAKE} clean
-	@${MKDIR} ${WRKSRC}
-	@git clone ${OPKG_GITURL} ${WRKSRC}
-	@cd ${WRKSRC} && git reset --hard ${DISTVERSIONSUFFIX:S|^-||}
-	@${TAR} -c -J -f ${_DISTDIR:S|/$||}/${DISTFILES:M${PORTNAME}-*} \
-		-C ${WRKDIR} --exclude .git ${WRKSRC:S|${WRKDIR}/||}
-	@${MAKE} makesum
-	@${MAKE} clean
 
 .include <bsd.port.post.mk>

Modified: head/archivers/opkg/distinfo
==============================================================================
--- head/archivers/opkg/distinfo	Fri Aug  3 07:57:31 2018	(r476282)
+++ head/archivers/opkg/distinfo	Fri Aug  3 09:07:08 2018	(r476283)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533218886
-SHA256 (opkg-20180802-3b417b9f.tar.xz) = f03cbf7f22c8fe1ab9d43a2562be1bbc1eb0b236d817b735e74e3a1ceebe9c78
-SIZE (opkg-20180802-3b417b9f.tar.xz) = 120104
+TIMESTAMP = 1533287195
+SHA256 (mmatuska-opkg-20180803-b07cde3_GH0.tar.gz) = da5742cf16815f7cf52c940111747ab305c9325b3279de1ad77163d6e74891fd
+SIZE (mmatuska-opkg-20180803-b07cde3_GH0.tar.gz) = 147814

Modified: head/archivers/opkg/pkg-descr
==============================================================================
--- head/archivers/opkg/pkg-descr	Fri Aug  3 07:57:31 2018	(r476282)
+++ head/archivers/opkg/pkg-descr	Fri Aug  3 09:07:08 2018	(r476283)
@@ -4,4 +4,6 @@ or ones located in the Internet.
 
 opkg is part of the OpenWrt project
 
+This is a patched version with chroot support
+
 WWW: https://openwrt.org/docs/guide-user/additional-software/opkg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808030907.w73978Ka011104>