diff options
author | swills <swills@FreeBSD.org> | 2013-05-23 09:46:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-05-23 09:46:47 +0800 |
commit | af322116ca348791cc9eb5a526abb125064b9ce2 (patch) | |
tree | eff3d23354fb0bb84934c44d45692cf30d5f9dad /textproc/augeas/Makefile | |
parent | 236a9ece8a38dfeaed7013e34f1620b52d02e80b (diff) | |
download | freebsd-ports-gnome-af322116ca348791cc9eb5a526abb125064b9ce2.tar.gz freebsd-ports-gnome-af322116ca348791cc9eb5a526abb125064b9ce2.tar.zst freebsd-ports-gnome-af322116ca348791cc9eb5a526abb125064b9ce2.zip |
- Update to 1.0.0
PR: ports/178605
Submitted by: Garrett Wollman <wollman@csail.mit.edu>
Diffstat (limited to 'textproc/augeas/Makefile')
-rw-r--r-- | textproc/augeas/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 42818a500f71..1cb896fe1b18 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -7,10 +7,10 @@ # PORTNAME= augeas -PORTVERSION= 0.10.0 -PORTREVISION= 5 +PORTVERSION= 1.0.0 +#PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= http://augeas.net/download/ +MASTER_SITES= http://download.augeas.net/ MAINTAINER= swills@FreeBSD.org COMMENT= A configuration editing tool |