diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-06-21 16:58:23 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-06-21 16:58:23 +0000 |
commit | d7de2b1a3bd1857662dddc57ed7f8c387bb9d671 (patch) | |
tree | 158b41c69ab3a2c657ea474baea31d9f3d1b3de5 /sysutils/bsdconfig/Makefile | |
parent | 6045191ad16bbbce4a4bb00cd543835408226f8e (diff) |
Notes
Diffstat (limited to 'sysutils/bsdconfig/Makefile')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index 82ab6cc536fe..03c124788db3 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bsdconfig -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/ -DISTNAME= ${PORTNAME}.120619 +DISTNAME= ${PORTNAME}.120620 EXTRACT_SUFX= .txz PATCH_SITES= ${MASTER_SITES} |