svn commit: r475293 - in head/www: unit unit-go
Sergey A. Osokin
osa at FreeBSD.org
Wed Jul 25 02:58:02 UTC 2018
Author: osa
Date: Wed Jul 25 02:58:01 2018
New Revision: 475293
URL: https://svnweb.freebsd.org/changeset/ports/475293
Log:
Fix package list.
Bump PORTREVISION.
Modified:
head/www/unit-go/pkg-plist
head/www/unit/Makefile
Modified: head/www/unit-go/pkg-plist
==============================================================================
--- head/www/unit-go/pkg-plist Wed Jul 25 01:54:02 2018 (r475292)
+++ head/www/unit-go/pkg-plist Wed Jul 25 02:58:01 2018 (r475293)
@@ -1,5 +1,4 @@
%%GO_LIBDIR%%/unit.a
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/darwin-cflags.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ldflags-lrt.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.c
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.h
Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile Wed Jul 25 01:54:02 2018 (r475292)
+++ head/www/unit/Makefile Wed Jul 25 02:58:01 2018 (r475293)
@@ -3,6 +3,7 @@
PORTNAME= unit
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://unit.nginx.org/download/
More information about the svn-ports-head
mailing list