diff options
author | garga <garga@FreeBSD.org> | 2014-05-15 23:40:25 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-05-15 23:40:25 +0800 |
commit | d47abb9eccb1401438fc4db3358b50675ff96a6f (patch) | |
tree | 47065003146fd30187ce026115efdb8c58fa96fe /www/c-icap-modules | |
parent | 3aa7ab7ccb8b715b2e4b8de43d3df5ef2a98bab4 (diff) | |
download | freebsd-ports-gnome-d47abb9eccb1401438fc4db3358b50675ff96a6f.tar.gz freebsd-ports-gnome-d47abb9eccb1401438fc4db3358b50675ff96a6f.tar.zst freebsd-ports-gnome-d47abb9eccb1401438fc4db3358b50675ff96a6f.zip |
. Add USES=libtool on security/clamav
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of clamav
. Fix REQUIRE names on rc.d scripts
Diffstat (limited to 'www/c-icap-modules')
-rw-r--r-- | www/c-icap-modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index cd26aab4627d..399693e6419a 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -3,7 +3,7 @@ PORTNAME= c-icap PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.3.x/ PKGNAMESUFFIX= -modules |