svn commit: r446650 - head/sysutils/mkfwimage
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 26 09:01:08 UTC 2017
Author: amdmi3
Date: Wed Jul 26 09:01:06 2017
New Revision: 446650
URL: https://svnweb.freebsd.org/changeset/ports/446650
Log:
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Modified:
head/sysutils/mkfwimage/Makefile
head/sysutils/mkfwimage/pkg-descr
Modified: head/sysutils/mkfwimage/Makefile
==============================================================================
--- head/sysutils/mkfwimage/Makefile Wed Jul 26 09:01:06 2017 (r446649)
+++ head/sysutils/mkfwimage/Makefile Wed Jul 26 09:01:06 2017 (r446650)
@@ -11,6 +11,8 @@ DISTNAME= ubnt-${PORTNAME}-${DISTVERSION}
MAINTAINER= adrian at FreeBSD.org
COMMENT= Ubiquiti Embedded Board Image Generator
+LICENSE= GPLv2+
+
MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX}
PLIST_FILES= bin/mkfwimage
Modified: head/sysutils/mkfwimage/pkg-descr
==============================================================================
--- head/sysutils/mkfwimage/pkg-descr Wed Jul 26 09:01:06 2017 (r446649)
+++ head/sysutils/mkfwimage/pkg-descr Wed Jul 26 09:01:06 2017 (r446650)
@@ -14,4 +14,4 @@ default Linux-centric images. The only change is the a
a separate "execute address" field, rather than assuming the kernel load
address is the kernel execute address.
-WWW: http://people.freebsd.org/~adrian/mkfwimage/
+WWW: https://people.freebsd.org/~adrian/mkfwimage/
More information about the svn-ports-head
mailing list