diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-06-22 01:46:16 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-06-22 01:46:16 +0000 |
commit | 243223429ea1da01312de54d77043715cba76a52 (patch) | |
tree | d1f5ee81b383fe0efef57bf441182fa1d8d3138a /sysutils/bsdconfig/Makefile | |
parent | e54d1b55e972e3998d3ef5a9904a10126362da3e (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 03c124788db3..dfcbb9bea1c4 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bsdconfig -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/ -DISTNAME= ${PORTNAME}.120620 +DISTNAME= ${PORTNAME}.120621 EXTRACT_SUFX= .txz PATCH_SITES= ${MASTER_SITES} |