svn commit: r375388 - in head/sysutils: . firstboot-growfs

Steve Wills swills at FreeBSD.org
Wed Dec 24 04:50:19 UTC 2014


Author: swills
Date: Wed Dec 24 04:50:16 2014
New Revision: 375388
URL: https://svnweb.freebsd.org/changeset/ports/375388
QAT: https://qat.redports.org/buildarchive/r375388/

Log:
  sysutils/firstboot-growfs: revive
  
  Revive this port as it will still be useful until the similar functionality in
  base is more widely available, take ownership.

Added:
  head/sysutils/firstboot-growfs/
     - copied from r372970, head/sysutils/firstboot-growfs/
Modified:
  head/sysutils/Makefile
  head/sysutils/firstboot-growfs/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Dec 24 04:18:12 2014	(r375387)
+++ head/sysutils/Makefile	Wed Dec 24 04:50:16 2014	(r375388)
@@ -248,6 +248,7 @@
     SUBDIR += filewatcherd
     SUBDIR += finfo
     SUBDIR += firstboot-freebsd-update
+    SUBDIR += firstboot-growfs
     SUBDIR += firstboot-pkgs
     SUBDIR += flasher
     SUBDIR += flashrom

Modified: head/sysutils/firstboot-growfs/Makefile
==============================================================================
--- head/sysutils/firstboot-growfs/Makefile	Thu Nov 20 23:57:07 2014	(r372970)
+++ head/sysutils/firstboot-growfs/Makefile	Wed Dec 24 04:50:16 2014	(r375388)
@@ -6,7 +6,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
 
-MAINTAINER=	cperciva at FreeBSD.org
+MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Expand / when the system first boots
 
 NO_WRKSUBDIR=	yes


More information about the svn-ports-head mailing list