1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Update to to 1.2.0

- Update MASTER_SITES
- Remove MD5 checksum
- Update WWW in pkg-descr

PR:		ports/154279
Submitted by:	Piotr Smyrak <smyru AT heron.pl> (maintainer)
Feature safe:	yes
This commit is contained in:
Beat Gaetzi 2011-01-26 14:19:05 +00:00
parent dc480349e2
commit 80f7a22da8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268267
5 changed files with 9 additions and 31 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= komclean
PORTVERSION= 1.1.0
PORTVERSION= 1.2.0
CATEGORIES= net-im
MASTER_SITES= http://dl.sharesource.org/${PORTNAME}/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME:S/kom/KOM/}-${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= smyru@heron.pl

View File

@ -1,2 +1,2 @@
SHA256 (komclean-1.1.0-src.tar.gz) = d5c1dca4c71f933bcddeea151d4da90d6022a4f2ee872f85c10385f968194c0d
SIZE (komclean-1.1.0-src.tar.gz) = 169095
SHA256 (komclean-1.2.0-src.tar.gz) = 8c87924b417fa4e51b72fdc40661d70db209cf1e941ba11556288beb88b5aa44
SIZE (komclean-1.2.0-src.tar.gz) = 181430

View File

@ -1,26 +0,0 @@
--- src/Makefile.orig 2009-06-25 15:36:16.000000000 +0200
+++ src/Makefile 2011-01-15 23:17:10.000000000 +0100
@@ -11,7 +11,7 @@
LIBS = -lX11 -lXext -lXpm
-CPPFLAGS += -Wall -g
+CXXFLAGS += -Wall -g
LDFLAGS += -Wall $(LIBS)
KOMCLEANBIN = ../komclean
@@ -26,12 +26,12 @@
depend:
touch Makefile.dep
- makedepend -Y -fMakefile.dep -- $(CPPFLAGS) -- $(SRC)
+ makedepend -Y -fMakefile.dep -- $(CXXFLAGS) -- $(SRC)
\rm Makefile.dep.bak
.SUFFIXES:.cpp .o
.cpp.o:
- $(CXX) $(CPPFLAGS) -c $< -o $@
+ $(CXX) $(CXXFLAGS) -c $< -o $@
-include Makefile.dep

View File

@ -1,4 +1,4 @@
KOMclean as a LysKOM client gives you a tray icon which can be used
to open your browser to view the UI. The UI is HTML based.
WWW: http://sharesource.org/project/komclean/
WWW: http://komclean.sourceforge.net

View File

@ -7,9 +7,12 @@ bin/komclean
%%DATADIR%%/html/img/bg_content_bottom.png
%%DATADIR%%/html/img/bg_topbar.png
%%DATADIR%%/html/img/bg_toplist.png
%%DATADIR%%/html/img/close.png
%%DATADIR%%/html/img/fake_indent.png
%%DATADIR%%/html/img/icon_conference.png
%%DATADIR%%/html/img/icon_new.png
%%DATADIR%%/html/img/icon_unread.png
%%DATADIR%%/html/img/icon_user.png
%%DATADIR%%/html/img/progress.png
%%DATADIR%%/html/img/star_gold.png
%%DATADIR%%/html/img/star_gray.png