Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 15:31:24 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502580 - head/archivers/unzip
Message-ID:  <201905251531.x4PFVODn010524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 15:31:23 2019
New Revision: 502580
URL: https://svnweb.freebsd.org/changeset/ports/502580

Log:
  archives/unzip: Spell CATEGORIES correctly

Modified:
  head/archivers/unzip/Makefile

Modified: head/archivers/unzip/Makefile
==============================================================================
--- head/archivers/unzip/Makefile	Sat May 25 15:31:19 2019	(r502579)
+++ head/archivers/unzip/Makefile	Sat May 25 15:31:23 2019	(r502580)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unzip
 PORTVERSION=	6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	archivers
 MASTER_SITES=	SF/infozip/UnZip%206.x%20%28latest%29/UnZip%20${PORTVERSION}/:main \
 		SF/infozip/UnZip%205.x%20and%20earlier/5.51/:unreduce
@@ -69,7 +69,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-iconv-patch-unix_uni
 .endif
 
 .if ${PORT_OPTIONS:MCHINESE}
-CATEGORES+=	chinese
+CATEGORIES+=	chinese
 EXTRA_PATCHES+=	${FILESDIR}/extra-zh-patch-fileio.c
 .endif
 



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