diff options
author | obrien <obrien@FreeBSD.org> | 2013-07-03 01:03:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2013-07-03 01:03:26 +0800 |
commit | 9f999644c7a8738e1e5873afa1d3379feda3ae5b (patch) | |
tree | 5aec6427852c5de55c5bcef245801425552f9fe1 /editors | |
parent | 332cfb2d80a5c41725d54d58bf67f8c7c1a2b307 (diff) | |
download | freebsd-ports-gnome-9f999644c7a8738e1e5873afa1d3379feda3ae5b.tar.gz freebsd-ports-gnome-9f999644c7a8738e1e5873afa1d3379feda3ae5b.tar.zst freebsd-ports-gnome-9f999644c7a8738e1e5873afa1d3379feda3ae5b.zip |
Cleanup BADPATCHES layout.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 3fd6360ecf2f..61043b071053 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -25,37 +25,7 @@ PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|}\ PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove -BADPATCHES= 527 \ - \ - 780 796 \ - 873 890 \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - 1104 \ - 1111 \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - - +BADPATCHES= 527 780 796 873 890 1104 1111 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N7.3.${p}} .endfor |