diff options
author | will <will@FreeBSD.org> | 2000-05-22 16:25:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-22 16:25:02 +0800 |
commit | be6bca0460b7533093b2099800dd5a92bce7c379 (patch) | |
tree | 3a8b0dd16240c07ba65019d8c93b90ae923def1d /net/micq | |
parent | 5d76a9e535fd1112754ed1b19647f00f3eeea063 (diff) | |
download | freebsd-ports-gnome-be6bca0460b7533093b2099800dd5a92bce7c379.tar.gz freebsd-ports-gnome-be6bca0460b7533093b2099800dd5a92bce7c379.tar.zst freebsd-ports-gnome-be6bca0460b7533093b2099800dd5a92bce7c379.zip |
Update to 0.4.5 and give this port a MAINTAINER.
PR: 18629
Submitted by: Andrew L. Neporada <andrew@chg.ru>
Diffstat (limited to 'net/micq')
-rw-r--r-- | net/micq/Makefile | 10 | ||||
-rw-r--r-- | net/micq/distinfo | 2 | ||||
-rw-r--r-- | net/micq/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile index 3ce86e375286..cda52a53c96e 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -6,18 +6,22 @@ # PORTNAME= micq -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.4/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.5/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@freebsd.org +MAINTAINER= andrew@chg.ru + +# There is something strange with distfile, so next line is really needed. +WRKSRC= ${WRKDIR}/micq-0.4.4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/micq .endif .include <bsd.port.mk> diff --git a/net/micq/distinfo b/net/micq/distinfo index 0e99933046e3..a423e7aabaa2 100644 --- a/net/micq/distinfo +++ b/net/micq/distinfo @@ -1 +1 @@ -MD5 (micq-0.4.4.tgz) = ea562bf5186540c08743aff288332cee +MD5 (micq-0.4.5.tgz) = a546b1d47d7eb5730bc8bef1ef2768c0 diff --git a/net/micq/pkg-plist b/net/micq/pkg-plist index 777d846e734d..7e7cd2aacb55 100644 --- a/net/micq/pkg-plist +++ b/net/micq/pkg-plist @@ -1,3 +1,4 @@ bin/micq +share/doc/micq/CHANGELOG share/doc/micq/README @dirrm share/doc/micq |