diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-25 17:01:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-25 17:01:30 +0000 |
commit | 429450b73fe379fb051ca36dfc8a2caebce5855b (patch) | |
tree | 91bfb97e0da256a13a0b1a5196cb813cf806c29d /misc/ddate/Makefile | |
parent | 76d638265174930849aad8284621014a3b618280 (diff) | |
download | ports-429450b73fe379fb051ca36dfc8a2caebce5855b.tar.gz ports-429450b73fe379fb051ca36dfc8a2caebce5855b.zip |
Update to 2.22.1
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307752
Diffstat (limited to 'misc/ddate/Makefile')
-rw-r--r-- | misc/ddate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index 14ad526b2bda..7731a99232da 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= ddate -PORTVERSION= 2.22 +PORTVERSION= 2.22.1 PORTEPOCH= 1 CATEGORIES= misc -MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v${PORTVERSION}/ \ +MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v${PORTVERSION:C/^([0-9]*\.[0-9]*).*/\1/}/ \ CRITICAL DISTNAME= util-linux-${PORTVERSION} |