From 6e94e52ae78679e1c39848e0cfd9514fe3a391f7 Mon Sep 17 00:00:00 2001 From: Dima Panov <fluffy@FreeBSD.org> Date: Fri, 28 Apr 2023 01:54:46 +0300 Subject: [PATCH] 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 -- GitLab