diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 17:18:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 17:18:38 +0000 |
commit | 5786e86ede4b884130448c9457f2c525a89c4c77 (patch) | |
tree | 200abdddf8282c6ef67c294489ccf93d861faf45 /textproc/libxml2 | |
parent | Reset Maintainer (diff) |
Correct PORTREVISIONs so that the overall PORTVERSION does not go
backwards.
Reported by: eik's script
Notes
Notes:
svn path=/head/; revision=141146
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 611fd0529f3a..863824aa1413 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,7 +13,7 @@ PORTNAME= libxml2 PORTVERSION= 2.6.20 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 |