diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-18 20:38:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-18 20:38:43 +0000 |
commit | 0b95d65ca20b36cbda65f2fa3e90adcbad660bb8 (patch) | |
tree | 5728f3580eb79b992b9021b29b8226e94bc5d76d /devel/mingw32-bin-msvcrt/Makefile | |
parent | 4ae03e737414a46f4acf3c9fd279d05d06af8c2b (diff) | |
download | ports-0b95d65ca20b36cbda65f2fa3e90adcbad660bb8.tar.gz ports-0b95d65ca20b36cbda65f2fa3e90adcbad660bb8.zip |
Notes
Diffstat (limited to 'devel/mingw32-bin-msvcrt/Makefile')
-rw-r--r-- | devel/mingw32-bin-msvcrt/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/mingw32-bin-msvcrt/Makefile b/devel/mingw32-bin-msvcrt/Makefile index 14846b3df1bc..ba9873332f98 100644 --- a/devel/mingw32-bin-msvcrt/Makefile +++ b/devel/mingw32-bin-msvcrt/Makefile @@ -8,11 +8,12 @@ PORTNAME= bin-msvcrt PORTVERSION= r${RUNTIMEVERSION}.a${APIVERSION} CATEGORIES= devel -MASTER_SITES= SF/mingw/MinGW%20Runtime/Current%20Release_%20mingwrt-3.15.2 +MASTER_SITES= SF/mingw/MinGW%20Runtime/mingwrt-${RUNTIMEVERSION}:runtime \ + SF/mingw/MinGW%20API%20for%20MS-Windows/Current%20Release_%20w32api-${APIVERSION}:api PKGNAMEPREFIX= mingw32- -DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev${EXTRACT_SUFX} \ - mingwrt-${RUNTIMEVERSION}-mingw32-dll${EXTRACT_SUFX} \ - w32api-${APIVERSION}-mingw32-dev${EXTRACT_SUFX} +DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev${EXTRACT_SUFX}:runtime \ + mingwrt-${RUNTIMEVERSION}-mingw32-dll${EXTRACT_SUFX}:runtime \ + w32api-${APIVERSION}-mingw32-dev${EXTRACT_SUFX}:api DIST_SUBDIR= mingw MAINTAINER= lev@FreeBSD.org @@ -20,7 +21,7 @@ COMMENT= Headers and Libraries for Windows cross-development CONFLICTS= mingw-bin-msvcrt-* -RUNTIMEVERSION= 3.15.2 +RUNTIMEVERSION= 3.16 APIVERSION= 3.13 NO_MTREE= yes |