diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-29 13:57:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-29 13:57:46 +0000 |
commit | 400ddae437208453195389a37d1a4d5753687600 (patch) | |
tree | 4a1a13e4b4b23342ec14212f86b1cbbf0bde5cf4 /net | |
parent | 57fa1d697745b7c8bfae4693032fa0dc52d6a5fd (diff) | |
download | ports-400ddae437208453195389a37d1a4d5753687600.tar.gz ports-400ddae437208453195389a37d1a4d5753687600.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/imcom/Makefile | 2 | ||||
-rw-r--r-- | net/imcom/distinfo | 2 | ||||
-rw-r--r-- | net/imcom/pkg-plist | 28 |
3 files changed, 16 insertions, 16 deletions
diff --git a/net/imcom/Makefile b/net/imcom/Makefile index 278a88ca6001..ee734fb26bc8 100644 --- a/net/imcom/Makefile +++ b/net/imcom/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= imcom -PORTVERSION= 1.31 +PORTVERSION= 1.32 CATEGORIES= net MASTER_SITES= http://nafai.dyndns.org/files/ diff --git a/net/imcom/distinfo b/net/imcom/distinfo index 85b30c96e927..3badef892b9d 100644 --- a/net/imcom/distinfo +++ b/net/imcom/distinfo @@ -1 +1 @@ -MD5 (imcom-1.31.tar.gz) = 39e910c77d696ea3b607ec34f113b93b +MD5 (imcom-1.32.tar.gz) = fad725be0e61f9227d0181409ba8bc06 diff --git a/net/imcom/pkg-plist b/net/imcom/pkg-plist index b6b9905a7894..511318a8f82c 100644 --- a/net/imcom/pkg-plist +++ b/net/imcom/pkg-plist @@ -17,19 +17,19 @@ share/imcom/LogHandler.py share/imcom/Preferences.py share/imcom/SocketWrapper.py share/imcom/VCardTags.py -%%PORTDOCS%%share/doc/imcom/advanced.html -%%PORTDOCS%%share/doc/imcom/commands.html -%%PORTDOCS%%share/doc/imcom/download.html -%%PORTDOCS%%share/doc/imcom/imcomrc.html -%%PORTDOCS%%share/doc/imcom/news.html -%%PORTDOCS%%share/doc/imcom/template.html -%%PORTDOCS%%share/doc/imcom/whatis.html -%%PORTDOCS%%share/doc/imcom/CONTRIBUTORS -%%PORTDOCS%%share/doc/imcom/LICENSE -%%PORTDOCS%%share/doc/imcom/README -%%PORTDOCS%%share/doc/imcom/README.autostatus -%%PORTDOCS%%share/doc/imcom/TODO -%%PORTDOCS%%share/doc/imcom/WHATSNEW +%%PORTDOCS%%%%DOCSDIR%%/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/commands.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/imcomrc.html +%%PORTDOCS%%%%DOCSDIR%%/news.html +%%PORTDOCS%%%%DOCSDIR%%/template.html +%%PORTDOCS%%%%DOCSDIR%%/whatis.html +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.autostatus +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW @dirrm share/imcom/modules @dirrm share/imcom -%%PORTDOCS%%@dirrm share/doc/imcom +%%PORTDOCS%%@dirrm %%DOCSDIR%% |