diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:10:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:10:27 +0000 |
commit | 73f7c91b5db64227b0424a92b16a5281814d369e (patch) | |
tree | 779002a33b117700b9b11296adbdfe2fa193739a /net/dictd | |
parent | Add an entry for devel/gettext-old. (diff) |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
Notes
Notes:
svn path=/head/; revision=99918
Diffstat (limited to 'net/dictd')
-rw-r--r-- | net/dictd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index a70214ce259c..b62d0b026d38 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -8,7 +8,7 @@ PORTNAME= dictd PORTVERSION= 1.9.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES+= net textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ \ ${MASTER_SITE_SOURCEFORGE} |