diff options
author | adamw <adamw@FreeBSD.org> | 2006-09-02 05:22:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2006-09-02 05:22:51 +0800 |
commit | a7951193551cefc62c77c5bbe19d20279d0392a9 (patch) | |
tree | 3a019ebe76a5ffedbd8b6c364a7bbd8f5205f852 | |
parent | 928fe95810b262cce80b1ce7f59f78016cb93891 (diff) | |
download | freebsd-ports-gnome-a7951193551cefc62c77c5bbe19d20279d0392a9.tar.gz freebsd-ports-gnome-a7951193551cefc62c77c5bbe19d20279d0392a9.tar.zst freebsd-ports-gnome-a7951193551cefc62c77c5bbe19d20279d0392a9.zip |
Unbreak by fudging the name of the installed package.
Basically, the author renamed the installed package name to include
such sundry details as the name of the compiler, the architecture,
the OS, etc. I pushed the name back to what it was before.
-rw-r--r-- | mail/moztraybiff/Makefile | 3 | ||||
-rw-r--r-- | mail/moztraybiff/files/patch-Makefile | 13 |
2 files changed, 12 insertions, 4 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index 56863d6d9fa6..44facdabbd8d 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= moztraybiff PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,6 @@ DISTNAME= mozTrayBiff-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= New mail tray icon for Thunderbird -BROKEN= fails to install - BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile index d4bfbd1c7496..2ac53bf3eaeb 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Jan 6 18:51:34 2006 -+++ Makefile Mon Jan 16 13:01:55 2006 +--- Makefile.orig Fri Sep 1 17:13:10 2006 ++++ Makefile Fri Sep 1 17:13:42 2006 @@ -19,7 +19,7 @@ XPI_EXTRA_FILES = install.js endif @@ -9,3 +9,12 @@ XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION} XPI_EXTRA_FILES = install.rdf endif +@@ -36,7 +36,7 @@ + PLATFORM_FILES = platform/ + else + PLATFORM_FILES = components/libtraybiff.so +- XPI_VERSION := $(XPI_VERSION)-$(PLATFORM) ++ XPI_VERSION := $(XPI_VERSION) + endif + + export DEBUG MOZ_TRUNK MOZILLA_PLATFORM REAL_CONFIG |