Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 02:25:03 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526081 - head/www/unit
Message-ID:  <202002140225.01E2P32v010688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Feb 14 02:25:03 2020
New Revision: 526081
URL: https://svnweb.freebsd.org/changeset/ports/526081

Log:
  Sort plist.

Modified:
  head/www/unit/Makefile

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Fri Feb 14 01:41:46 2020	(r526080)
+++ head/www/unit/Makefile	Fri Feb 14 02:25:03 2020	(r526081)
@@ -64,12 +64,12 @@ CONFIGURE_ARGS+=--debug
 
 .if ${PORT_OPTIONS:MDEVKIT}
 PLIST_FILES+=	include/nxt_unit_field.h \
-		include/nxt_unit.h \
 		include/nxt_unit_request.h \
 		include/nxt_unit_response.h \
 		include/nxt_unit_sptr.h \
 		include/nxt_unit_typedefs.h \
 		include/nxt_unit_websocket.h \
+		include/nxt_unit.h \
 		include/nxt_version.h \
 		include/nxt_websocket_header.h \
 		lib/libunit.a



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