diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /ftp | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) | |
download | freebsd-ports-gnome-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.tar.gz freebsd-ports-gnome-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.tar.zst freebsd-ports-gnome-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.zip |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/linux-curl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/linux-curl/Makefile b/ftp/linux-curl/Makefile index ee494bbbcfb6..63f5068428a0 100644 --- a/ftp/linux-curl/Makefile +++ b/ftp/linux-curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.13.1 +PORTREVISION= 1 CATEGORIES= ftp linux PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${PORTVERSION}-5.fc4 @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-5.fc4 MAINTAINER= acm@FreeBSD.org COMMENT= Curl linux version +CONFLICTS= linux-f8-curl-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 4 USE_LDCONFIG= yes |