diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-10-13 03:13:39 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-10-13 03:13:39 +0000 |
commit | 613cc95a21324c898ce5fb29ee3f5e28c4c54e1f (patch) | |
tree | 34a4667752661b10377527e379e8eb1cd463d48a /mail | |
parent | 451c3976a03aa9ef8b066de5d580c37b41959d26 (diff) |
Fix pkg-plist. This was caused by differences between the gacutil in
Mono 1.1.8.x (FreeBSD ports tree) and Mono 1.1.9.x (BSD# ports tree)
and the inclussion of the Mono Debugger in 1.1.9.x which was used when
creating this port.
Approved by: ahze (mentor)
Notified by: krismail
Notes
Notes:
svn path=/head/; revision=145199
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 2 | ||||
-rw-r--r-- | mail/gmime2-sharp/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index aa09a73756cd..e4ce66696f4c 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.9 2005/09/25 00:56:46 tmclau02 Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -sharp diff --git a/mail/gmime2-sharp/pkg-plist b/mail/gmime2-sharp/pkg-plist index 9e528480a64d..62509623c2e8 100644 --- a/mail/gmime2-sharp/pkg-plist +++ b/mail/gmime2-sharp/pkg-plist @@ -1,8 +1,6 @@ lib/mono/gac/gmime-sharp/2.0.0.0__677013d4cb5910f0/gmime-sharp.dll lib/mono/gac/gmime-sharp/2.0.0.0__677013d4cb5910f0/gmime-sharp.dll.config lib/mono/gmime-sharp/gmime-sharp.dll -lib/mono/gmime-sharp/gmime-sharp.dll.config -lib/mono/gmime-sharp/gmime-sharp.dll.mdb libdata/pkgconfig/gmime-sharp.pc share/gapi-2.0/gmime-api.xml @dirrm lib/mono/gmime-sharp |