diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-22 20:34:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-22 20:34:27 +0000 |
commit | 6172d4b590384f82cfee76956f7d5af4bb526df8 (patch) | |
tree | 106498262ba76464c07d9dc31c41b2c1e5f59144 /mail/qmail | |
parent | 5ea00ecd48fdd9ab8fe46777d2fe59e44207981e (diff) | |
download | ports-6172d4b590384f82cfee76956f7d5af4bb526df8.tar.gz ports-6172d4b590384f82cfee76956f7d5af4bb526df8.zip |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=387082
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/files/patch-Makefile | 2 | ||||
-rw-r--r-- | mail/qmail/files/patch-auto_uids-c-dist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/mail/qmail/files/patch-Makefile b/mail/qmail/files/patch-Makefile index bfdf0117b7f5..48282e28c137 100644 --- a/mail/qmail/files/patch-Makefile +++ b/mail/qmail/files/patch-Makefile @@ -1,5 +1,3 @@ -$FreeBSD$ - This turns off the auto-finding of UIDs -- we shouldn't have the users until pre-install! diff --git a/mail/qmail/files/patch-auto_uids-c-dist b/mail/qmail/files/patch-auto_uids-c-dist index c9729aa46d71..5f7242ec6a88 100644 --- a/mail/qmail/files/patch-auto_uids-c-dist +++ b/mail/qmail/files/patch-auto_uids-c-dist @@ -1,9 +1,8 @@ --- /dev/null 1970-01-01 01:00:00.000000000 +0100 +++ auto_uids.c.dist 2011-06-05 10:29:16.425936277 +0100 -@@ -0,0 +1,13 @@ +@@ -0,0 +1,12 @@ +/* These values are hard-coded here, which looks bad until you * + * realise that they're hard-coded in ${PORTSDIR}/?IDs anyway. */ -+/* $FreeBSD$ */ +int auto_uida = 81; +int auto_uidd = 82; +int auto_uidl = 83; |