1
0
forked from ports/contrib

arpon: 2.7.2 -> 3.0-ng

This commit is contained in:
Thomas Penteker 2017-05-07 23:51:52 +02:00
parent 88d7d785f7
commit f1fe571a72
4 changed files with 13 additions and 7 deletions

View File

@ -3,7 +3,11 @@ drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/arpon
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/etc/
-r--r--r-- root/root usr/etc/arpon.sarpi
-rw-r--r-- root/root usr/etc/arpon.conf
drwxr-xr-x root/root usr/log/
-rw-r----- root/root usr/log/arpon.log (EMPTY)
drwxr-xr-x root/root usr/run/
-rw-r--r-- root/root usr/run/arpon.pid (EMPTY)
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/arpon
drwxr-xr-x root/root usr/share/

View File

@ -1,2 +1,2 @@
91f577b55e1db330870e7f00ec037d8f ArpON-2.7.2.tar.gz
a89ef9bc18e6f0fc9aa8a89aa676a281 ArpON-3.0-ng.tar.gz
1412f226b611dfa0c50e5b72d211b926 arpon

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35SSSD5XSkFEfjhSqmfe2Zsi5MhdM+tvI2DuZG3ELRx+8inOo+bbd1slGVHWPFUetzTs7+4z+JJJde6IFWgFYQw=
SHA256 (Pkgfile) = 8530fa6e67c27e1e73c932d629f0a6352697f23877bb7ac90f3ec072e4a46602
SHA256 (.footprint) = b30c7a20c98133216d5e5716dd9f7b63883853311f76877b57e1192c07969cd8
SHA256 (ArpON-2.7.2.tar.gz) = 99adf83e4cdf2eda01601a60e2e1a611b5bce73865745fe67774c525c5f7d6d0
RWSagIOpLGJF37sDNq2yi7o7/NLhEwBd//3ynf0ZiwV/PEG9tit2LgVGzYB4Prya8GnGD+5s85alg9SnSArFgoRw03A3QbsF6AQ=
SHA256 (Pkgfile) = b80aa3adad0a815e77e7420a022b1033728353058b33ab40dc5b0294997b6450
SHA256 (.footprint) = 8025ac39d61d0f228f05023a9c995fde0a026ba3943a69af1c517e8ea46747dd
SHA256 (ArpON-3.0-ng.tar.gz) = ea55d1641b4573b19103ca596368e418aecd2a1409adbdce3a9f76dc8ebad590
SHA256 (arpon) = 295d1363e52e0c0f4799651a0da2e60d6da0178b5eac8276fb256fc47feae2c6

View File

@ -4,7 +4,7 @@
# Depends on: libdnet
name=arpon
version=2.7.2
version=3.0-ng
release=1
source=(http://download.sourceforge.net/$name/ArpON-$version.tar.gz \
arpon)
@ -19,4 +19,6 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}