[28935] trunk/dports/aqua/Growl

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 04:09:58 PDT 2007


Revision: 28935
          http://trac.macosforge.org/projects/macports/changeset/28935
Author:   mww at macports.org
Date:     2007-09-12 04:09:58 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
version 1.1 (yay!), remove old stale files

Modified Paths:
--------------
    trunk/dports/aqua/Growl/Portfile

Removed Paths:
-------------
    trunk/dports/aqua/Growl/files/darwinports.png
    trunk/dports/aqua/Growl/files/iport

Modified: trunk/dports/aqua/Growl/Portfile
===================================================================
--- trunk/dports/aqua/Growl/Portfile	2007-09-12 10:12:38 UTC (rev 28934)
+++ trunk/dports/aqua/Growl/Portfile	2007-09-12 11:09:58 UTC (rev 28935)
@@ -4,11 +4,11 @@
 
 name			Growl
 set base_version	1.1
-version			${base_version}-beta1
+version			${base_version}
 categories		aqua
 platforms		darwin
 maintainers		boeyms openmaintainer
-description		global notification system for Mac OS X (BETA)
+description		global notification system for Mac OS X
 long_description	Growl is a global notification system for Mac OS X. Any \
 				application can send a notification to Growl, which will \
 				display an attractive message on your screen.
@@ -18,19 +18,19 @@
 # At present, the only working sources are in an SVN repository; will switch
 # back to a tarball once a working one is available.
 
-#master_sites	${homepage}/files/source/
-#checksums		md5 064016b759349360018ded19dde6c0eb \
-#				sha1 f14b89257653377765acac81fb0d9a525ea6c8f2 \
-#				rmd160 2b16fcbb87e566efbff237324dc4df61476be27f
-#use_bzip2		yes
-#worksrcdir		${distname}
-#distname		${distname}-src
+master_sites	${homepage}/files/source/
+checksums		md5 97a239744bb00aa80cd5a15d178ef620 \
+				sha1 15e880ea4621079447bbd7e493856b810c57c6c0 \
+				rmd160 fe96add9e757ca941d48c002f5bed6b9a66771dd
+use_bzip2		yes
+worksrcdir		${distname}-source
+distname		${distname}-src
 
-fetch.type		svn
-svn.url			http://src.growl.info/growl/branches/growl-${base_version}
-svn.tag			4293
-worksrcdir		growl-${base_version}
-depends_build	bin:svn:subversion
+#fetch.type		svn
+#svn.url			http://src.growl.info/growl/branches/growl-${base_version}
+#svn.tag			4293
+#worksrcdir		growl-${base_version}
+#depends_build	bin:svn:subversion
 
 # The following patch selection makes the source build for a single
 # architecture, rather than as universal binaries as the distributed source is
@@ -50,3 +50,4 @@
 	patchfiles-delete \
 		patch-Growl.xcodeproj__project.pbxproj.${os.arch}
 }
+

Deleted: trunk/dports/aqua/Growl/files/darwinports.png
===================================================================
(Binary files differ)

Deleted: trunk/dports/aqua/Growl/files/iport
===================================================================
--- trunk/dports/aqua/Growl/files/iport	2007-09-12 10:12:38 UTC (rev 28934)
+++ trunk/dports/aqua/Growl/files/iport	2007-09-12 11:09:58 UTC (rev 28935)
@@ -1,12 +0,0 @@
-#!/bin/sh
-PREFIX=__PREFIX__
-IMAGE=${PREFIX}/share/growl/darwinports.png
-GROWL="${PREFIX}/bin/growlnotify --image ${IMAGE}"
-
-VAR=$( ${PREFIX}/bin/port $* )
-
-if [ $? -eq 0 ]; then
-	echo -e "${*}\n\n${VAR}" | ${GROWL} -s -p -1
-else
-	echo -e "${*}\n\n${VAR}" | ${GROWL} -s
-fi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/80763a59/attachment.html


More information about the macports-changes mailing list