diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-31 23:17:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-31 23:17:40 +0000 |
commit | 31fb48d4b521b24c0872ff58f4c66403b803cb90 (patch) | |
tree | 71f3e3becdc0b938546b3efba4462e0e91cd959f /devel/xtl/Makefile | |
parent | b7e50cf5416469f294df807c150380c874dc3ea0 (diff) |
Notes
Diffstat (limited to 'devel/xtl/Makefile')
-rw-r--r-- | devel/xtl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/xtl/Makefile b/devel/xtl/Makefile index 8c3a973a6a4e..499ccd5680db 100644 --- a/devel/xtl/Makefile +++ b/devel/xtl/Makefile @@ -7,11 +7,12 @@ # PORTNAME= xtl -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= devel -MASTER_SITES= http://xtl.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= A library for R/W structured data to/from an external representation NO_BUILD= yes |