diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 20:14:36 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-02 20:14:36 +0000 |
commit | 15dfb098e6ab531f8329e5a2602bcaed9c7a10f8 (patch) | |
tree | afe14291805f19e2653b0bb58c797670a467c29e /ftp/linux-f8-curl | |
parent | Update to 0.4.2 (diff) |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=235052
Diffstat (limited to 'ftp/linux-f8-curl')
-rw-r--r-- | ftp/linux-f8-curl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/linux-f8-curl/Makefile b/ftp/linux-f8-curl/Makefile index 502c4a442352..2c696408c5eb 100644 --- a/ftp/linux-f8-curl/Makefile +++ b/ftp/linux-f8-curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.18.2 +PORTREVISION= 1 CATEGORIES= ftp linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The command line tool for transferring files with URL syntax (Linux Fedora 8) +CONFLICTS= linux-curl-[0-9]* linux-f10-curl-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 7.fc8 |