diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-26 21:35:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-26 21:35:29 +0800 |
commit | e7ea3728f377e504fa0b2c591601b7937ca9fc38 (patch) | |
tree | f8a8dc1db25b916144f78a16ce28d7b608261d7a /dns | |
parent | b7b235441550eaabe144bf86b077ae4088e9d5d8 (diff) | |
download | freebsd-ports-gnome-e7ea3728f377e504fa0b2c591601b7937ca9fc38.tar.gz freebsd-ports-gnome-e7ea3728f377e504fa0b2c591601b7937ca9fc38.tar.zst freebsd-ports-gnome-e7ea3728f377e504fa0b2c591601b7937ca9fc38.zip |
Unbreak INDEX, reverting r392921
With hat: portmgr
Diffstat (limited to 'dns')
-rw-r--r-- | dns/linux-c6-libasyncns/Makefile | 3 | ||||
-rw-r--r-- | dns/linux-c6-libasyncns/distinfo.x86_64 | 4 | ||||
-rw-r--r-- | dns/linux-c6-libasyncns/pkg-plist.i686 | 5 | ||||
-rw-r--r-- | dns/linux-c6-libasyncns/pkg-plist.x86_64 | 5 |
4 files changed, 2 insertions, 15 deletions
diff --git a/dns/linux-c6-libasyncns/Makefile b/dns/linux-c6-libasyncns/Makefile index 978b6c1c2c86..4be213d35e9e 100644 --- a/dns/linux-c6-libasyncns/Makefile +++ b/dns/linux-c6-libasyncns/Makefile @@ -3,7 +3,7 @@ PORTNAME= libasyncns PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= dns devel linux MAINTAINER= emulation@FreeBSD.org @@ -13,5 +13,6 @@ USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 1.1.el6 USE_LDCONFIG= yes +AUTOMATIC_PLIST= yes .include <bsd.port.mk> diff --git a/dns/linux-c6-libasyncns/distinfo.x86_64 b/dns/linux-c6-libasyncns/distinfo.x86_64 deleted file mode 100644 index 27f4ae07e730..000000000000 --- a/dns/linux-c6-libasyncns/distinfo.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.x86_64.rpm) = 40302e7bc4628ce8cba6df68b1aaabe4c227906a44d3ec7618d962a498e778e4 -SIZE (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.x86_64.rpm) = 24936 -SHA256 (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.src.rpm) = 6d0b1cd3002d4d79c43bc121e28f5c9bd65b69a80f9cd117cef234caecc47537 -SIZE (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.src.rpm) = 346427 diff --git a/dns/linux-c6-libasyncns/pkg-plist.i686 b/dns/linux-c6-libasyncns/pkg-plist.i686 deleted file mode 100644 index 9130ba89434e..000000000000 --- a/dns/linux-c6-libasyncns/pkg-plist.i686 +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/libasyncns.so.0 -usr/lib/libasyncns.so.0.3.1 -usr/share/doc/libasyncns-0.8/LICENSE -usr/share/doc/libasyncns-0.8/README - diff --git a/dns/linux-c6-libasyncns/pkg-plist.x86_64 b/dns/linux-c6-libasyncns/pkg-plist.x86_64 deleted file mode 100644 index cf545a66b50c..000000000000 --- a/dns/linux-c6-libasyncns/pkg-plist.x86_64 +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib64/libasyncns.so.0 -usr/lib64/libasyncns.so.0.3.1 -usr/share/doc/libasyncns-0.8/LICENSE -usr/share/doc/libasyncns-0.8/README - |