Index: head/devel/bats-core/Makefile =================================================================== --- head/devel/bats-core/Makefile +++ head/devel/bats-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= bats-core DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lifanov@FreeBSD.org Index: head/devel/bats-core/pkg-descr =================================================================== --- head/devel/bats-core/pkg-descr +++ head/devel/bats-core/pkg-descr @@ -1,4 +1,4 @@ Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. -WWW: https://github.com/sstephenson/bats +WWW: https://github.com/bats-core/bats-core