diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-22 08:25:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-22 08:25:02 +0000 |
commit | cacac1ac3a944bcd642da53418f773e868f84e45 (patch) | |
tree | 1104026adc31b8c76ae69d46fa4b26fbea45ce8e /net-im/micq | |
parent | fix typo in comment (diff) |
Update to 0.4.5 and give this port a MAINTAINER.
PR: 18629
Submitted by: Andrew L. Neporada <andrew@chg.ru>
Notes
Notes:
svn path=/head/; revision=28664
Diffstat (limited to 'net-im/micq')
-rw-r--r-- | net-im/micq/Makefile | 10 | ||||
-rw-r--r-- | net-im/micq/distinfo | 2 | ||||
-rw-r--r-- | net-im/micq/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile index 3ce86e375286..cda52a53c96e 100644 --- a/net-im/micq/Makefile +++ b/net-im/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-im/micq/distinfo b/net-im/micq/distinfo index 0e99933046e3..a423e7aabaa2 100644 --- a/net-im/micq/distinfo +++ b/net-im/micq/distinfo @@ -1 +1 @@ -MD5 (micq-0.4.4.tgz) = ea562bf5186540c08743aff288332cee +MD5 (micq-0.4.5.tgz) = a546b1d47d7eb5730bc8bef1ef2768c0 diff --git a/net-im/micq/pkg-plist b/net-im/micq/pkg-plist index 777d846e734d..7e7cd2aacb55 100644 --- a/net-im/micq/pkg-plist +++ b/net-im/micq/pkg-plist @@ -1,3 +1,4 @@ bin/micq +share/doc/micq/CHANGELOG share/doc/micq/README @dirrm share/doc/micq |