diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-08-10 15:28:57 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-08-10 15:28:57 +0000 |
commit | 0499b9b03ae0cd7058679f87ca5ae90981a47740 (patch) | |
tree | f7759a36e9c2b61ce25a448df6c2312007e23ba1 /mail/mail-notification/Makefile | |
parent | 524abdd69ace5eae3be6db4719613c588c4491e4 (diff) | |
download | ports-0499b9b03ae0cd7058679f87ca5ae90981a47740.tar.gz ports-0499b9b03ae0cd7058679f87ca5ae90981a47740.zip |
- Fix a bug in the Gmail properties code
- Switch back to the traditional Savannah master site, which is now
operational again
Approved by: portmgr (clement)
Notes
Notes:
svn path=/head/; revision=140833
Diffstat (limited to 'mail/mail-notification/Makefile')
-rw-r--r-- | mail/mail-notification/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 236b74bd0ae4..c7278aacdeaa 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,10 +7,10 @@ PORTNAME= mail-notification PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 -#MASTER_SITES= ${MASTER_SITE_SAVANNAH} -#MASTER_SITE_SUBDIR= mailnotify -MASTER_SITES= http://www.nongnu.org/mailnotify/downloads/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= mailnotify MAINTAINER= jylefort@FreeBSD.org COMMENT= A mail notification for freedesktop.org-compliant system trays |