Date: Mon, 20 Aug 2018 09:54:00 +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: r477641 - in head: . archivers archivers/opkg archivers/opkg-openwrt Message-ID: <201808200954.w7K9s0nf057708@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= OpenWrt package manager
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808200954.w7K9s0nf057708>