diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-11-18 03:49:06 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-11-18 03:49:06 +0000 |
commit | 883e60ef723db6ac327169322bb30b351a33f875 (patch) | |
tree | e63b1cde85078286cbf38f9942c2bfb288e43d0f /lang | |
parent | 5c37bd26b0dbb902c948f0f16bbf365d3e2b8582 (diff) | |
download | ports-883e60ef723db6ac327169322bb30b351a33f875.tar.gz ports-883e60ef723db6ac327169322bb30b351a33f875.zip |
- Update to 2.4.2. I forgotten to update PORTVERSION on my previous commit
Reported by: pav
Notes
Notes:
svn path=/head/; revision=264735
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index f405a147aa79..171b4968894c 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= base -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.2 CATEGORIES= lang MASTER_SITES= # empty PKGNAMEPREFIX= fpc- |