diff options
author | kris <kris@FreeBSD.org> | 2001-10-01 15:51:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-10-01 15:51:11 +0800 |
commit | 46c001aba78c3716a855bffd15217d961ae8da91 (patch) | |
tree | 011ffa152b3a218a71fa1ab5040561d97155ec6d /net | |
parent | 682db3b5e53848cc57b2cba90867dee9fe313552 (diff) | |
download | freebsd-ports-gnome-46c001aba78c3716a855bffd15217d961ae8da91.tar.gz freebsd-ports-gnome-46c001aba78c3716a855bffd15217d961ae8da91.tar.zst freebsd-ports-gnome-46c001aba78c3716a855bffd15217d961ae8da91.zip |
Include the uucpd code as well. Bump the version number to 1.06.1.1.
Noticed by: ru
Diffstat (limited to 'net')
-rw-r--r-- | net/freebsd-uucp/Makefile | 4 | ||||
-rw-r--r-- | net/freebsd-uucp/distinfo | 2 | ||||
-rw-r--r-- | net/freebsd-uucp/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index efed60ac8364..30e146a80053 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freebsd-uucp -PORTVERSION= 1.06.1 +PORTVERSION= 1.06.1.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=kris @@ -17,7 +17,7 @@ USE_BZIP2= yes MAN1= cu.1 uuconv.1 uucp.1 uulog.1 uuname.1 uupick.1 uustat.1 \ uuto.1 uux.1 -MAN8= uuchk.8 uucico.8 uusched.8 uuxqt.8 +MAN8= uuchk.8 uucico.8 uusched.8 uuxqt.8 uucpd.8 MANCOMPRESSED= maybe post-install: diff --git a/net/freebsd-uucp/distinfo b/net/freebsd-uucp/distinfo index 6e922e58b761..20d466f4597f 100644 --- a/net/freebsd-uucp/distinfo +++ b/net/freebsd-uucp/distinfo @@ -1 +1 @@ -MD5 (freebsd-uucp-1.06.1.tar.bz2) = 10f66f3714b6957384f2e451a7636be0 +MD5 (freebsd-uucp-1.06.1.1.tar.bz2) = a735b48362cfde1fc4c8420f346598e9 diff --git a/net/freebsd-uucp/pkg-plist b/net/freebsd-uucp/pkg-plist index 02e9623eb720..761d417603c3 100644 --- a/net/freebsd-uucp/pkg-plist +++ b/net/freebsd-uucp/pkg-plist @@ -22,6 +22,7 @@ etc/uucp/sys2.sample info/uucp.info.gz libexec/uucp/uucico libexec/uucp/uuxqt +libexec/uucpd sbin/uuchk sbin/uuconv @dirrm etc/uucp |