svn commit: r477641 - in head: . archivers archivers/opkg archivers/opkg-openwrt

Martin Matuska mm at FreeBSD.org
Mon Aug 20 09:54:01 UTC 2018


Author: mm
Date: Mon Aug 20 09:53:59 2018
New Revision: 477641
URL: https://svnweb.freebsd.org/changeset/ports/477641

Log:
  archivers/opkg: rename to archivers/opkg-openwrt

Added:
  head/archivers/opkg-openwrt/
     - copied from r477640, head/archivers/opkg/
Deleted:
  head/archivers/opkg/
Modified:
  head/MOVED
  head/archivers/Makefile
  head/archivers/opkg-openwrt/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Aug 20 09:38:06 2018	(r477640)
+++ head/MOVED	Mon Aug 20 09:53:59 2018	(r477641)
@@ -10462,3 +10462,4 @@ converters/uudx||2018-08-16|Has expired: unknown licen
 sysutils/areca-cli||2018-08-16|Has expired: unknown license
 net-im/tox12|net-im/tox|2018-08-18|Unused
 www/moodle32|www/moodle33|2018-08-19|Has expired: Deprecated by upstream
+archivers/opkg|archivers/opkg-openwrt|2018-08-20|Better naming

Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile	Mon Aug 20 09:38:06 2018	(r477640)
+++ head/archivers/Makefile	Mon Aug 20 09:53:59 2018	(r477641)
@@ -97,7 +97,7 @@
     SUBDIR += nwreckdum
     SUBDIR += ocaml-bz2
     SUBDIR += ocaml-zip
-    SUBDIR += opkg
+    SUBDIR += opkg-openwrt
     SUBDIR += p5-Archive-Any
     SUBDIR += p5-Archive-Any-Lite
     SUBDIR += p5-Archive-Any-Plugin-Rar

Modified: head/archivers/opkg-openwrt/Makefile
==============================================================================
--- head/archivers/opkg/Makefile	Mon Aug 20 09:38:06 2018	(r477640)
+++ head/archivers/opkg-openwrt/Makefile	Mon Aug 20 09:53:59 2018	(r477641)
@@ -3,7 +3,9 @@
 
 PORTNAME=	opkg
 DISTVERSION=	20180803
+PORTREVISION=	1
 CATEGORIES=	archivers sysutils
+PKGNAMESUFFIX=	-openwrt
 
 MAINTAINER=	mm at FreeBSD.org
 COMMENT=	OpenWrt package manager


More information about the svn-ports-all mailing list