git: 6e94e52ae786 - main - textproc/libxml2: restore accidentally deleted PORTREVISION?= line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 22:56:16 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e94e52ae78679e1c39848e0cfd9514fe3a391f7 commit 6e94e52ae78679e1c39848e0cfd9514fe3a391f7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-04-27 22:54:46 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-04-27 22:54:46 +0000 textproc/libxml2: restore accidentally deleted PORTREVISION?= line --- textproc/libxml2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 187274464ef8..831f09d9079f 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,5 +1,6 @@ PORTNAME= libxml2 DISTVERSION= 2.10.4 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/ DIST_SUBDIR= gnome